GameFAQS Auto-Redirect to Printable

Whenever a GameFAQs FAQ is loaded, redirect to the Printable Version of said FAQ.

目前為 2018-04-08 提交的版本,檢視 最新版本

作者
Frank Rohrer
評價
0 0 0
版本
1.2
建立日期
2016-07-01
更新日期
2018-04-08
尺寸
954 位元組
授權條款
未知
腳本執行於

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.