Guest User

anti-faggots yoba script

a guest
Dec 23rd, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         New Userscript
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        https://wiki.archlinux.org/*
  8. // @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant        none
  10. // ==/UserScript==
  11.  
  12. (function (window) {
  13. //    var w = window.unsafeWindow || window;
  14.     var w=window
  15.     if (/https:\/\/wiki.archlinux.org/.test(w.location.href)) {
  16.         document.getElementsByClassName('mw-content-container')[0].style.maxWidth = 'none';
  17.         document.getElementsByClassName('mw-article-toolbar-container')[0].style.maxWidth = 'none';
  18.     }
  19. })(window);
Add Comment
Please, Sign In to add comment