From 3eff6787412c2f32bf79f4359a542cb4847a4771 Mon Sep 17 00:00:00 2001 From: James Campos Date: Tue, 28 Jun 2011 01:43:02 -0700 Subject: [PATCH] more specific iframe hiding --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 68c1e6595..708230e83 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2886,7 +2886,7 @@ width: -moz-calc(100%); /* hack so only firefox sees this */\ }\ \ - iframe {\ + iframe[name=iframe] {\ display: none;\ }\ \ diff --git a/script.coffee b/script.coffee index d3dd62ab8..895678481 100644 --- a/script.coffee +++ b/script.coffee @@ -2272,7 +2272,7 @@ main = width: -moz-calc(100%); /* hack so only firefox sees this */ } - iframe { + iframe[name=iframe] { display: none; }