Yett
A small webpage library to control the execution of (third party - analytics for example) scripts
This page includes two blacklisted scripts appending html content when executed.
- One which is inlined with a
<script>tag inserted inside<head>. - The other one inserted using :
document.createElement('SCRIPT') && document.head.appendChild(scriptElement).
These scripts should not have been executed on load, so initially the dashed zone below should be empty!
Check out your browser's devtools network/source tabs 😉.