Guest User

Untitled

a guest
Aug 15th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. // ==UserScript==
  2. // @name CharWypok
  3. // @namespace charwypok
  4. // @version 0.1
  5. // @description Jedyna słuszna belka dla tagu.
  6. // @author armacoder
  7. // @match https://www.wykop.pl/tag/koronawirus*
  8. // @match https://www.wykop.pl/tag/znaleziska/koronawirus*
  9. // @match https://www.wykop.pl/tag/wpisy/koronawirus*
  10. // @icon https://www.wykop.pl/static/wykoppl7/img/favicon-160x160.png
  11. // @run-at document-body
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. "use strict";
  16.  
  17. let b = document.getElementsByClassName("commercial-header")[0]
  18.  
  19. b ? b.style.backgroundImage = "url(https://i.postimg.cc/YCc87WTx/belka.jpg)"
  20. : window.alert("Charmander nie mógł zawładnąć tagiem :(")
  21. })();
Advertisement
Add Comment
Please, Sign In to add comment