Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name mikroblog refresh
- // @namespace https://wykop.pl
- // @version 0.1
- // @description psychological relief
- // @author 4:19am
- // @match https://wykop.pl/*
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- document.querySelector("nav.main").querySelector("a[href='/mikroblog']").onclick = function(){window.location.href = '/mikroblog';};
- })();
Advertisement
Add Comment
Please, Sign In to add comment