您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Restores navigation buttons to top of page in mobile browsers,
// ==UserScript== // @name PIHB - Pre Interstitial Helper Buttons // @namespace http://turbobricks.com/ // @version 122 // @description Restores navigation buttons to top of page in mobile browsers, // @author pinguin // @license gnu gpl // @include *turbobricks.com* // @require http://code.jquery.com/jquery-latest.js // @grant GM_addStyle // ==/UserScript== // GM_addStyle(`.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {display: block !important;}`); GM_addStyle(`.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {display: block !important;} .block-outer-main, .block-row-main { float: left !important;} .block-outer-opposite, .block-row-opposite { float: right !important;}`);