Our site is support by ads that help to pay our hosting costs. Please disable or whitelist us within your ad blocker to help us keep the site online.
All money generate by ads and donations is used to pay the hosting costs of the site, for more information about our income and expenses please see our donation page.
Can anyone tell me how i would disable iframes on my website using html code. The website hoster always puts on iframe content that i don't want. I searched all over and i couldn't find anything. Thanks!
HTML alone can't do it. Use Javascript's document.getElementsByTagName('iframe') and a bit of CSS ("display:none") in your Javascript (style.display = 'none') to hide each one.
I had the same problem once, you can google it and you should find some answers. I have trouble believing you searched well, try revising your search query. Such as "How to hide adds on 'hosting site'" (as the code will be roughly the same as hiding Iframes).
Do you like cookies? 🍪 We use cookies to ensure you get the best experience on our website. Learn more