2
The_Chad_612 2 points ago +2 / -0

Half the guns are fake, the other half don't know how to use them. I'll bet 2 ex-mil guys would win in a fire fight against all of them.

6
The_Chad_612 6 points ago +6 / -0

Quick temporary fix:

Press F12 and paste this into the javascript console.

var images = document.getElementsByTagName("img");

for (var i = 0; i < images.length; i++) {

images[i].src = images[i].src.replace("thedonald.win", "weekendgunnit.win");

}