您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Skips the countdown
// ==UserScript== // @name Sharing.wtf Countdown Skip + Adblock Nag Remove // @namespace https://greasyfork.org/en/users/215602 // @version 0.1 // @description Skips the countdown // @author JUSSKiE // @match *://www.sharing.wtf/* // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js // @grant GM_addStyle // @grant GM.getValue // ==/UserScript== // Set download timer to 0s window.eval("seconds = 0;"); // Remove adverts $('.metaRedirectWrapperTopAds').remove(); $('.ad-container').remove(); $('.dv').remove(); $('.google-center-div').remove(); $('.google_image_div').remove(); $('.aw0').remove(); $('.img_ad').remove(); $('.jar').remove(); $('._vdo_ads_player_ai_').remove(); $("div[id$='adblockinfo']").remove();