Skips WatchSeries.lt ad page
当前为
// ==UserScript==
// @name Watch Series Skipper
// @version 0.1
// @description Skips WatchSeries.lt ad page
// @namespace https://greasyfork.org/users/2329-killerbadger
// @match http://watchseries.lt/open/cale/*
// @match http://watchseries.sx/open/cale/*
// @match http://watchseries.ag/open/cale/*
// @match http://spainseries.lt/open/cale/*
// ==/UserScript==
//alert(document.getElementById("countdown_str").innerHTML);
var button = document.getElementById("popup2-middle");
var b = button.innerHTML;
var newLoc = b.substring(b.indexOf("http://"),b.indexOf("\">Cl")-1);
window.location.assign(newLoc);