Modified Demo

In this demo, all scripts are signed by my own PGP key. BUT, the jQuery library has been modified. In this example, I added only a space to the beginning of the file.

The page will load each script, perform validations, and then execute ONLY the verified code. You will see console output below.

Calls to console.log logs to the display below, as well as the developer console.

Clear LocalStorage (key cache)

Console (see the real Developer console for more details)


    
$(function() { console.log("This log message came from script provided in the page"); });