您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Whenever a GameFAQs FAQ is loaded, redirect to the Printable Version of said FAQ.
当前为
Another script to mitigate the bloat of GameFAQs' FAQ pages; this script handles links from outside the FAQ listings, and forces a redirect (via window.location.replace()
) to the Print version of the page (signified by the ?print=1
URL argument).
Uses the @run-at document-start
directive to skip running any of the page CSS and javaScript. I would like to prevent them from being retrieved, but I think that's outside of the scope of Greasemonkey.