fandomwidth

resizes fandom for smaller window widths.

目前为 2021-01-14 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name fandomwidth
  3. // @version 0.3
  4. // @description resizes fandom for smaller window widths.
  5. // @match http://fandom.com/*
  6. // @match https://fandom.com/*
  7. // @match http://*.fandom.com/*
  8. // @match https://*.fandom.com/*
  9. // @namespace https://greasyfork.org/users/217495-eric-toombs
  10. // @run-at document-idle
  11. // ==/UserScript==
  12.  
  13. document.getElementsByClassName("WikiaSiteWrapper")[0].style.width = "auto"