Leet Script of the Day: Check for Visible and Hidden Frames on a Page
Paste this into developer tools -> console: [javascript] window._details = [‘iframe’, ‘frame’, ‘object’, ’embed’].map(type => Array.from(document.querySelectorAll(type)).map((el, index) => Type: ${type}, […]









