paperlined.org
apps > bookmarklets > html
document updated 18 years ago, on Nov 25, 2005
drag_and_rename (163 characters)



// Quite often, a site that links itself to TGPs has a lot of public images available, even if they aren't immediately obvious.
// A reasonable way to find most/all of these public pages is to use some google trickery.

// Combine this with a couple decent TGP's, and you have HUGE amounts of porn available at any time.  And since sites are usually somewhat narrow in the category of porn they host, you have huge amounts of porn that suits your specific tastes.

void(
	location.href = 'http://www.google.com/search?q=site:'
		+ location.href.split('/')[2]
		+ '+-nevergonnamatch&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&filter=0'
)