Sharing.wtf Countdown Skip + Adblock Nag Remove

Skips the countdown

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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();