Script Request: Redirect US traffic through web proxy for TorrentSpy.com
|
|
Please note: The links contained in this post for TorrentSpy.com contain some advertisements that may be unsuitable for viewing on public/work computers. As many of you may know, the popular Bittorrent search engine, TorrentSpy.com has begun block search queries from individuals located in the US. [See this article: TorrentSpy Blocks American Search Requests for more information] When a US user attempts to search TorrentSpy, they are presented with the following message: Torrentspy Acts to Protect Privacy Sorry, but because you are located in the USA you cannot use the search features of the Torrentspy.com website.Torrentspy's decision to stop accepting US visitors was NOT compelled by any Court but rather an uncertain legal climate in the US regarding user privacy and an apparent tension between US and European Union privacy laws.However, if you redirect the search query through a web based proxy that is not located in the US (and allows for POST based requests), such as The Cloak, this problem can be bypassed. Unfortunately, I don't believe you can directly link to a URL through The Cloak proxy, because when I simply copied and pasted the URL I used to search for PCLinuxOS in Opera, it sent me back to their main configuration page. Although it appears they may have an option for a persistent cookie so as to avoid this and automatically redirect the service to TorrentSpy, there may be other better web based browsers that would work better. So, I believe a GM script could be created to automatically redirect any traffic and/or queries to TorrentSpy through this or some other proxy in order to bypass this filter. If anyone has any other suggestions or thoughts, feel free to post them. Thanks for reading, pogue Email: purple-torrentspy-us.pogue25@spamgourmet.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. |
|
|
I'm not sure why it's "great news"... But, sure, there are many other sites that allow you to search for torrents. I like TorrentPond as they allow you to search through many of the popular torrent sites. It looks like they have removed TS from their search options because of this block as well. I think the real issue at hand though is the fact that TS was forced into this position by the legal efforts of the MPAA by asking them to hand over search data on their users. If they can do this to one search engine, they can do this to others (and have in the past), and we should work to stop it now. However, even though there are other search engines, I think it would be good to create such a script. For one, it would be a benefit to all TS users - both US and other places in the world, so as any data hijacked by the MPAA or other organizations would be filled bogus entries, which would prevent users from being targeted and thwarting their efforts to sue people and shut down search sites. Secondly, some people might simply prefer TS over other searches and so a script as I mentioned would allow them to continue using the site. I would love to write it myself, but unfortunately, I do not know how. As far as the PHP suggestion you mentioned, I assume you mean something installed on a remote server? That would probably take up quite a bit of bandwidth if it was queried frequently and cause the same problem for the people hosting the file, which might result in requests for their server log files. If a script was written to rotate proxies, such as this ImageShack Proxification script (just the first example I found when searching for "proxy") it would probably be more successful. |
|
|
FoxyProxy extension has a whitelist/blacklist feature that will allow you to use proxy for desired sites. |
|
|
Alright, but that just means you have to leave a program running all the time like TOR or JAP to connect to a proxy when you just want to look up through one site. That, plus many TOR nodes are within the US, so you might have to reload multiple times before you get a working end route that's outside the US. I think an on demand web proxy would be much simpler. Does anyone have a link to an easy guide about writing GM scripts or anything? |
|
|
// ==UserScript==
window.location = "http://anonymouse.org/cgi-bin/anon-www.cgi/" + window.location; // ==UserScript==
document.body.removeChild (document.getElementById ("mouselayer")); |
|
|
Thanks Mikado. It does functionally work, however, the little Anonymouse JS ad window still shows up. I was able to get rid of it in Adblock Plus by adding the element hiding rule:
|

