This file contains hidden or 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
<a href="javascript:void((function(){$('#subscription-overlay').remove();$('body').css({overflow: 'auto'}); localStorage.clear(); var a,b,c,e,f;f=0;a=document.cookie.split("; ");for(e=0;e<a.length&&a[e];e++){f++;for(b="."+location.host;b;b=b.replace(/^(?:%5C.|[^%5C.]+)/,"")){for(c=location.pathname;c;c=c.replace(/.$/,"")){document.cookie=(a[e]+"; domain="+b+"; path="+c+"; expires="+new Date((new Date()).getTime()-1e11).toGMTString());}}}})())">SMH fix</a> |
This file contains hidden or 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
// Nicely format a number as money, including germanic style - original from: http://stackoverflow.com/questions/149055/how-can-i-format-numbers-as-money-in-javascript | |
// eg: console.log(formatMoney(123456789.12345, ',', '.')); | |
var formatMoney = function(value, decimalPoint, thousandSeperator) { | |
var sign = value < 0 ? "-" : "", | |
number = parseInt(value = Math.abs(+value || 0).toFixed(2), 10) + "", | |
splitThousand = (splitThousand = number.length) > 3 ? splitThousand % 3 : 0; | |
decimalPoint = decimalPoint == undefined ? "." : decimalPoint; | |
thousandSeperator = thousandSeperator == undefined ? "," : thousandSeperator; | |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- IF PEN IS PRIVATE --> | |
<!-- <meta name="robots" content="noindex"> --> | |
<!-- END --> |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- IF PEN IS PRIVATE --> | |
<!-- <meta name="robots" content="noindex"> --> | |
<!-- END --> |
This file contains hidden or 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
<div> | |
<p>Hello World?</p> | |
</div> | |
<script> | |
// Why can't Chrome see ths save? | |
setInterval(function() { | |
console.log('hello, is there anybody out there? Ya\'ll?'); | |
}, 1000); |
This file contains hidden or 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
<div> | |
<p>Hello World?</p> | |
</div> | |
<script> | |
// Why can't Chrome see ths save? | |
setInterval(function() { | |
console.log('hello, is there anybody out there? Ya\'ll?'); | |
}, 1000); |
This file contains hidden or 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
{"js":["http://code.jquery.com/jquery-git.js","http://code.jquery.com/jquery-1.6.4.js","http://cdn.sencha.io/ext-4.0.7-gpl/ext-all.js","http://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core-debug.js","http://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/dojo.js","http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js","http://www.test.com/my.js"],"css":["http://www.test.com/my.css"]} |
This file contains hidden or 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
{"js":["http://code.jquery.com/jquery-git.js","http://code.jquery.com/jquery-1.6.4.js","http://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core-debug.js","http://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/dojo.js","http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js","http://www.test.com/my.js"],"css":["http://www.test.com/my.css"]} |
This file contains hidden or 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
{"js":["http://code.jquery.com/jquery-git.js","http://code.jquery.com/jquery-1.6.4.js","http://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core-debug.js","http://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/dojo.js","http://www.test.com/my.js"],"css":["http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js","http://www.test.com/my.css"]} |
This file contains hidden or 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
{"js":["http://code.jquery.com/jquery-1.6.4.js","http://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core-debug.js","http://www.test.com/my.js","http://code.jquery.com/jquery-git.js"],"css":["http://www.test.com/my.css"]} |