Lampe2020
‎03-08-2024
Making moves
since ‎05-05-2022

User Statistics

  • 5 Posts
  • 1 Ideas Submitted
  • 8 Kudos given
  • 8 Kudos received

User Activity

I want to be able to easily and reliably check if a javascript is run inside an iframe, a bit like:"function onlyRunWhenImInsideIframe() {    insideIframe = document.checkIfInsideIframe();    console.log(insideIframe); // should return true or false ...