Remove stupid sidebars

Remove stupid sidebars on fandom wikis

  1. // ==UserScript==
  2. // @name Remove stupid sidebars
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @license MIT
  6. // @description Remove stupid sidebars on fandom wikis
  7. // @author Milan
  8. // @match https://*.fandom.com/wiki/*
  9. // @icon https://www.fandom.com/f2/assets/favicons/favicon-32x32.png
  10. // @grant GM_addStyle
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. GM_addStyle(`aside.page__right-rail, div.global-navigation, #WikiaBar { display: none } `);
  17. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址