Skip to content

Instantly share code, notes, and snippets.

@aaronadamsCA
Last active July 12, 2018 18:34
Show Gist options
  • Save aaronadamsCA/f9206dc5e2e3f2217bbde8fcb92609b0 to your computer and use it in GitHub Desktop.
Save aaronadamsCA/f9206dc5e2e3f2217bbde8fcb92609b0 to your computer and use it in GitHub Desktop.
Ghostery extension bug
<!DOCTYPE html>
<html>
<head>
<title>bug.html - Ghostery extension bug</title>
</head>
<body>
<iframe src="https://htmlpreview.github.io/?https://gist.github.com/aaronadamsTO/f9206dc5e2e3f2217bbde8fcb92609b0/raw/iframe.html"></iframe>
<p>If you download this file (bug.html) and open it from your local machine via the <code>file:</code> protocol, the Ghostery extension will hide the second paragraph in iframe.html.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>iframe.html - Ghostery extension bug</title>
</head>
<body>
<p>This paragraph is always visible</p>
<p class="clickable">The Ghostery extension will hide this paragraph</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment