跳过DCloud 插件市场微信广告
// ==UserScript==
// @name 跳过DCloud 插件市场微信广告
// @namespace https://bbs.tampermonkey.net.cn/
// @version 0.2.0
// @grant none
// @description 跳过DCloud 插件市场下载时的观看小程序广告
// @author Krystal
// @match https://ext.dcloud.net.cn/plugin?id=*
// ==/UserScript==
(function () {
'use strict';
window.Config.plugin.isHaveAd = 0
})();