Created
June 6, 2023 01:58
-
-
Save betillogalvanfbc/3bfa25d1b76eed65ce68aa0cf48e4e86 to your computer and use it in GitHub Desktop.
csp.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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