阿里巴巴1688拦截弹窗

移动端拦截阿里巴巴1688网页弹窗

目前为 2024-01-28 提交的版本。查看 最新版本

// ==UserScript==
// @name         阿里巴巴1688拦截弹窗
// @namespace    http://dol.noads.biz/
// @version      0.1
// @description  移动端拦截阿里巴巴1688网页弹窗
// @author       Dolphin
// @run-at       document-idle
// @match        https://m.1688.com/*
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
document.getElementsByClassName("main")[0].style.display="none";
if(location.pathname.startsWith("/offer/"))document.querySelector("div[data-has-appeared=true]").parentNode.parentNode.parentNode.style.display="none";
})();

QingJ © 2025

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