Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect/prevent the creation of already existing iframe tags
Related issue: - uBlockOrigin/uBlock-issues#786 A case of web page embedding multiple times the `adsbygoogle.js` script was causing the neutered, replacement script to create a huge amount of iframes in the DOM. The scriptlet has been modified to check if an iframe tag already exist and skip the creation if so.
- Loading branch information