Posts that pogue is monitoring

Subscribe to Posts that pogue is monitoring 3 posts found

Sep 2, 2007
Mikado 575 posts

Topic: Script Request: Redirect US traffic through web proxy for TorrentSpy.com

// ==UserScript==
// @name Redirect
// @include http://www.torrentspy.com/*
// @include http://torrentspy.com/*
// ==/UserScript==

window.location = "http://anonymouse.org/cgi-bin/anon-www.cgi/" + window.location;

// ==UserScript==
// @name Anonymouse_remove_ad
// @include http://anonymouse.org/cgi-bin/anon-www.cgi/*
// ==/UserScript==

document.body.removeChild (document.getElementById ("mouselayer"));

 
Sep 1, 2007
Mikado 575 posts

Topic: Script Request: Redirect US traffic through web proxy for TorrentSpy.com

FoxyProxy extension has a whitelist/blacklist feature that will allow you to use proxy for desired sites.

 
Sep 1, 2007
pojo 8 posts

Topic: Script Request: Redirect US traffic through web proxy for TorrentSpy.com

great news, lately so many pages are us-only, nice to see change.

can u just use different torrent search site? you could write script that makes that site look like torrentspy :P

but if you really want to do it, i think php is the best tool for this job.