TLDR, The Reader
-BANNED-
Member Since
8/5/2015
Last Activity
6/16/2018 4:07 PM
EXP Points
Post Count
4
Storygame Count
0
Duel Stats
0
wins
/
0
losses
Order
Commendations
oncontextmenu="return false" background=http://i.imgur.com/69aEQrd.png>
>
Object.defineProperty(window, "console", {
value: console,
writable: false,
configurable: false
});
var i = 0;
function showWarningAndThrow() {
if (!i) {
setTimeout(function () {
console.log("%cWarning message");
}, 1);
i = 1;
}
throw "Console is disabled";
}
var l, n = {
set: function (o) {
l = o;
},
get: function () {
showWarningAndThrow();
return l;
}
};
Object.defineProperty(console, "_commandLineAPI", n);
Object.defineProperty(console, "__commandLineAPI", n);
type="'text/javascript'">
(function(){
var _z = console;
Object.defineProperty( window, "console", {
get : function(){
if( _z._commandLineAPI ){
throw "Sorry, Can't exceute scripts!";
}
return _z;
},
set : function(val){
_z = val;
}
});
})();
type="text/javascript" src="https://ajax.microsoft.com/ajax/jQuery/jquery-1.4.2.min.js">
type="text/javascript">
$(document).ready(function(){
$("#FadeMeOut").click(function() {
$("#FadeMeOut").fadeOut();
});
});
>
Testing scripts and stuff. Well go on. Click this text and let me know if it worked.