Guest User

Untitled

a guest
Jan 31st, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // ==UserScript==
  2. // @name mikroblog refresh
  3. // @namespace https://wykop.pl
  4. // @version 0.1
  5. // @description psychological relief
  6. // @author 4:19am
  7. // @match https://wykop.pl/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. document.querySelector("nav.main").querySelector("a[href='/mikroblog']").onclick = function(){window.location.href = '/mikroblog';};
  15. })();
Advertisement
Add Comment
Please, Sign In to add comment