您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
The apple has been bad already.
// ==UserScript== // @name AppleDaily No Member // @version 0.3 // @namespace http://tampermonkey.net/ // @description The apple has been bad already. // @author Anti-Apple // @run-at document-body // @match *://*.appledaily.com/* // @match *://*.nextmedia.com/* // @match *://*.nextdigital.com.hk/* // @grant none // ==/UserScript== (function() { 'use strict'; var newLoad = function() { window.omo_currentuser = { isLoggedIn: true, currentAccount: null, currentProfile: null, currentCdnToken: null, snsTokens: Array(0)}; window.omo_userentitled = true; }; window.ureadLoad = window.ureadCheckCookie = newLoad; var newBlocking = function() { if (isBlockedContent === null) { // hard content var isBlockedPromise = isBlockedHardContentPromise(OMOSDK); return new Promise(function(resolve, reject) { isBlockedPromise .then(function(blocked) { isBlockedContent = false; resolve(isBlockedContent); }) .catch(function(err) { isBlockedContent = false; resolve(isBlockedContent); }); }); } else { return Promise.resolve(isBlockedContent); } }; window.isBlockedContentPromise = newBlocking; window.omoUserType = 2; window.setInterval(function() { var matches = document.querySelectorAll(".adaver_box, #div-ad-top, #adHeaderTop, #adFlashLink, *[id^='adRectangle'], #adTextLink, *[id^='divSkyscraper'], *[id^='div-ad-'], *[id^='google_ads'], .anv-ad-content"); matches.forEach(function(element){ element.parentNode.removeChild(element); }); window.omoUserType = 2; window.ureadLoad = window.ureadCheckCookie = newLoad; window.isBlockedContentPromise = newBlocking; }); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址