A site that's out of scope, and in your face. There Will Be Police
// paranoia_scope.js
// A script to monitor your browser tabs
// for suspicious activity
if (typeof window !== 'object') {
console.warn('This script is out of scope!');
}
// ...
Coming soon to a browser near you.