I think the problem with this site is people not making public giveaways for 7 years while entering them, but what do I know.
Comment has been collapsed.
Don't be a salty bitch ass because you got called out. It is unbecoming.
Comment has been collapsed.
You have done nothing to earn any respect from me. In fact, you should be ashamed of yourself. What would RNGesus do?
Comment has been collapsed.
My lazy user-script I use for now(Until I have better time to optimize it, which it greatly needs):
var links = document.getElementsByTagName('a');
[].forEach.call(links, function(link){
link.href = link.href.replace(/(.*)imgur\.com(.*)/, '$1' + '0imgur.com' + '$2');
});
var imgs = document.getElementsByTagName('img');
[].forEach.call(imgs, function(img){
img.src = img.src.replace(/(.*)imgur\.com(.*)/, '$1' + '0imgur.com' + '$2');
});
Loops through all img and a tags, changes their src/href to 0imgur, which is a imgur proxy. Exclude it on 0imgur.com domain, otherwise it will re-run itself still, and break the links/images.
Comment has been collapsed.
you just have to link the .jpg image and not the imgur link =)
Comment has been collapsed.
thanks so much, whitelisted you back and hope to make always good giveaways =P
Comment has been collapsed.
37 Comments - Last post 36 minutes ago by jacknash
1,010 Comments - Last post 37 minutes ago by MeguminShiro
79 Comments - Last post 4 hours ago by t0b3berlin
17,439 Comments - Last post 4 hours ago by fr0zenX
2 Comments - Last post 4 hours ago by m0r1arty
39 Comments - Last post 5 hours ago by adam1224
416 Comments - Last post 13 hours ago by Prejudgedkiller
117 Comments - Last post 5 minutes ago by Myklex
4,548 Comments - Last post 19 minutes ago by NekroNoob
545 Comments - Last post 1 hour ago by Microfish
181 Comments - Last post 1 hour ago by FruitCober
38 Comments - Last post 2 hours ago by YuGiOh91
169 Comments - Last post 2 hours ago by philipdick
258 Comments - Last post 3 hours ago by Eudoxia
Comment has been collapsed.