您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
version 1
// ==UserScript== // @name BSCF : sdgardne move page under banner // @namespace http://supportforums.blackberry.com/ // @description version 1 // @include http://supportforums.blackberry.com/* // @include https://supportforums.blackberry.com/* // @version 0.0.1.20150819230201 // ==/UserScript== if (-1 == document.URL.indexOf('#') ) { var aXDX = document.createElement('a'); aXDX.name = "nobanner"; document.evaluate( "//ul[@id='list']", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null ).snapshotItem(0).parentNode.appendChild(aXDX); window.location.hash = 'nobanner'; }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址