Files
cypress/system-tests/projects/e2e/static/simple_obstructive_code.js
2023-02-13 21:40:58 +00:00

6 lines
73 B
JavaScript

(function () {
if (top !== self) {
console.log('loaded!')
}
})()