diff --git a/4chan_x.js b/4chan_x.js index 3f9a982bf..40d13ce5a 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1673,6 +1673,9 @@ float: left;\ margin: 0px 20px;\ }\ + iframe {\ + display: none;\ + }\ span.navlinks {\ position: absolute;\ right: 5px;\ diff --git a/script.coffee b/script.coffee index 06cca25e0..abb8bda05 100644 --- a/script.coffee +++ b/script.coffee @@ -1297,6 +1297,9 @@ GM_addStyle ' float: left; margin: 0px 20px; } + iframe { + display: none; + } span.navlinks { position: absolute; right: 5px;