您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds the string '?print=1' to all of the FAQ links on a game's FAQ page, making them point to the lightweight print version.
GameFaq has gotten into a rather nasty habit of serving their FAQ pages with a ridiculous amount of extraneous javascript and bloated CSS; fortunately, they do provide a link at the end of each FAQ to a lightweight printable version.
Unfortunately, this link's at the bottom of the page, so if you want the lightweight FAQ page, you have to load the bloated page, and scroll down to the bottom, and then click the Printable Version link.
Originally, my solution was to move the Printable Version link to the top of the page, to cut out the scroll step, but why not go a step further, and not even bother with the bloated version in the first place?
The link for the Print Version is the link for the Bloated page with ?print=1
appended; this script replaces the links on the FAQ Index pages with links to their lightweight Print Version counterparts.