免註冊看蘋果新聞

try to take over the world!

当前为 2019-04-11 提交的版本,查看 最新版本

// ==UserScript==
// @name         免註冊看蘋果新聞
// @namespace    http://tampermonkey.net/
// @version      1.0
// @include      https://tw.appledaily.com*
// @include      https://tw.news.appledaily.com*
// @match        http://*/*
// @grant        none
// @description try to take over the world!
// ==/UserScript==

(function() {
    'use strict';

    var elements = document.getElementsByClassName("ndPaywall");
    while(elements.length > 0){
        elements[0].parentNode.removeChild(elements[0]);
    }

   document.getElementsByClassName("ndArticle_margin")[0].style.display = null;

})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址