Skip to content

Instantly share code, notes, and snippets.

@betillogalvanfbc
Created June 6, 2023 01:58
Show Gist options
  • Save betillogalvanfbc/3bfa25d1b76eed65ce68aa0cf48e4e86 to your computer and use it in GitHub Desktop.
Save betillogalvanfbc/3bfa25d1b76eed65ce68aa0cf48e4e86 to your computer and use it in GitHub Desktop.
csp.js
for ( e in window){
try {
if (window[e].hasOwnProperty('top') && window[e]['top'] === window){
console.log(e)
}
}catch (err){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment