Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

Bypassing the imageshack block.

Green Fairy

Novice
Joined
Apr 26, 2011
Messages
12
Right. Imageshack.us is blocking the RPGCodex.net domain. So lets get around that.

Well, in firefox's about:config you can set network.sendRefererHeader to 1 and be done with it. But if you're not on firefox, here's a javascript to bypass the imageshack block. Just put it in the address bar on the page with blocked images, press enter, and the images will appear. You can also stick this in your favorites bar for easy access.

Code:
javascript:for(i=0;i<document.images.length;i++)if(document.images[i].src.split('/')[2].slice(-"imageshack.us".length).toLowerCase()=="imageshack.us"){document.body.appendChild(t=document.createElement('div'));void(t.innerHTML='<iframe width=0 height=0 frameborder=0 src="javascript:\'<img src='+document.images[i].src+'?'+(r=Math.random())+'>\'" onload="document.images['+i+'].src=document.images['+i+'].src+\'?'+r+'\'">')}

It's lazy code, but I don't care. Have fun.
 

racofer

Thread Incliner
Joined
Apr 5, 2008
Messages
25,601
Location
Your ignore list.
Not that easy, since imagecrap is also blocking people off by their ip addresses if they're from certain countries.
 

Kz3r0

Arcane
Joined
May 28, 2008
Messages
27,017
Two clicks in Opera. :obviously:
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom