Is there a way to know if your page is opened inside of an IFrame?
IFrame
An idea I had was to see if the window object has a .parent
window
.parent
if (window.top != window.self) { }