Large

Show Just Image 2

By timendum Last update Jun 24, 2011 — Installed 298,729 times.

fix imageporter.com

in
Subscribe to fix imageporter.com 8 posts, 4 voices



anonymous_user User
FirefoxX11

nsfw: http://www.imageporter.com/f2irl4p3km77/3005adb...

 
timendum Script's Author
FirefoxX11

Already fixed, see

 
anonymous_user User
FirefoxX11

Its not working for me.

 
SUPER_KEG Scriptwright
FirefoxWindows

Same here, not working (Firefox 4.0.1, Windows XP SP3).

 
cader User
FirefoxX11

Its not working for me.

 
cader User
FirefoxX11

Replace:

		case 'imageporter.com':

by:

		case 'imageporter.com':
			byId('looz1oo');
			break;

 
timendum Script's Author
FirefoxX11

Thanks for the code :)

 
cader User
FirefoxX11

Fix please -
new solution:

		case 'imageporter.com':
			byXP('//a[starts-with(@href, "javascript")]/img');
			break;