Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name CharWypok
- // @namespace charwypok
- // @version 0.1
- // @description Jedyna słuszna belka dla tagu.
- // @author armacoder
- // @match https://www.wykop.pl/tag/koronawirus*
- // @match https://www.wykop.pl/tag/znaleziska/koronawirus*
- // @match https://www.wykop.pl/tag/wpisy/koronawirus*
- // @icon https://www.wykop.pl/static/wykoppl7/img/favicon-160x160.png
- // @run-at document-body
- // ==/UserScript==
- (function() {
- "use strict";
- let b = document.getElementsByClassName("commercial-header")[0]
- b ? b.style.backgroundImage = "url(https://i.postimg.cc/YCc87WTx/belka.jpg)"
- : window.alert("Charmander nie mógł zawładnąć tagiem :(")
- })();
Advertisement
Add Comment
Please, Sign In to add comment