LibreJS bypass demo

LibreJS can be bypassed with new Function(), as it does not consider it to be non-trivial.


new Function("document.getElementById('demo').innerHTML = '<p>Non-trivial non-labeled JavaScript added this element</p>'")()

Non-trivial non-labeled JavaScript did not execute