Greasy Fork

Watch Series Skipper

Skips WatchSeries.lt ad page

目前为 2014-05-30 提交的版本。查看 最新版本

// ==UserScript==
// @name       Watch Series Skipper
// @version    0.1.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"));
	window.location.assign(newLoc);