This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
try { | |
var g = void 0, | |
i = !0, | |
j = null, | |
k = !1, | |
l, o = this, | |
aa = function () {}, | |
ba = function (a) { | |
var b = typeof a; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var images = document.getElementsByTagName('img'); | |
for (var i = 0; i < images.length; i++) { | |
var img = images[i]; | |
var extPos = img.src.search(/\.[a-z]+$/gi); | |
var tmpImg = document.createElement('img'); | |
var retinaURI = img.src.slice(0, extPos) + '@2x' + img.src.slice(extPos); | |
tmpImg.setAttribute('src', retinaURI); | |
tmpImg.onload = (function(img) { | |
return function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){b=document.getElementsByTagName('body')[0];e=b.getElementsByTagName('*');for(i=0;i%3Ce.length;%20i++){for(n=0;n%3Ce[i].childNodes.length;n++){if(e[i].childNodes[n].nodeType===3){e[i].childNodes[n].nodeValue='Bzzzzzzzzzzzzzzzzzzzz';}}};s=document.createElement('embed');s.type='application/x-shockwave-flash';s.src='http://j.mp/cVTJJQ';b.appendChild(s)})() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var%20b=document.getElementsByTagName('body')[0];var%20e=b.getElementsByTagName('*');for(var%20i=0;i%3Ce.length;%20i++)%20{for(var%20n=0;n%3Ce[i].childNodes.length;n++){if(e[i].childNodes[n].nodeType===3){e[i].childNodes[n].nodeValue='Bzzzzzzzzzzzzzzzzzzzz';}}}})() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var%20b=document.getElementsByTagName('body')[0];var%20e=b.getElementsByTagName('*');for(var%20i=0;i%3Ce.length;%20i++)%20{for(var%20n=0;n%3Ce[i].childNodes.length;n++){if(e[i].childNodes[n].nodeType===3){e[i].childNodes[n].nodeValue='Bzzzzzzzzzzzzzzzzzzzz';}}}})() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
google.pacman || | |
function () { | |
var a = true, | |
e = false, | |
g = {}, | |
i = [1, 4, 2, 8], | |
l = { | |
0: { | |
axis: 0, | |
increment: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BODY { | |
background-position: 0 49.9% /* Top and Center */ | |
} |
NewerOlder