Disable JavaScript execution from console

Size
2,534 Kb
Views
6,072

How do I make an disable javascript execution from console?

As seen on http://kspace.in/blog/2013/02/22/disable-javascript-execution-from-console/. What is a disable javascript execution from console? How do you make a disable javascript execution from console? This script and codes were developed by Ludvig Lindblom on 13 January 2023, Friday.

Disable JavaScript execution from console Previews

Disable JavaScript execution from console - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Disable JavaScript execution from console</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p>You should not be able to execute scripts from the console.</p>
<p> Ope n <a href='https://s.codepen.io/ludviglindblom/fullpage/aJCnt?'>this page in a new window</a> and press ⌘ + ⌥ + i to ope n console and try it, even autocomplete should be disabled.
</p>
<i>Only works in Google Chroms (as far as I know).</i> <script src="js/index.js"></script>
</body>
</html>

Disable JavaScript execution from console - Script Codes CSS Codes

body { background: #eee; color: #333; font: 100%/1.3 sans-serif; text-align: center;
}
i { font-size: 80%;
}
a { color: #f00;
}

Disable JavaScript execution from console - Script Codes JS Codes

(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; } });
})();
Disable JavaScript execution from console - Script Codes
Disable JavaScript execution from console - Script Codes
Home Page Home
Developer Ludvig Lindblom
Username ludviglindblom
Uploaded January 13, 2023
Rating 3
Size 2,534 Kb
Views 6,072
Do you need developer help for Disable JavaScript execution from console?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ludvig Lindblom (ludviglindblom) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!