1. I go to humblebundle.com (no Blocked Objects yet) .
2. I click on one of the games, which brings up a youtube frame that noscript blocks. I have "Apply these restrictions to whitelisted sites too" and blocking everything.
3. I click on it, the page reloads, the frame goes away.
4. I click on the game again, THEN I get the youtube movie waiting to be played (allegedly).
5. I click on it, and it loads a THIRD blocked thing
6. I click on that, and I get the youtube movie waiting to be played, for real.
7. I click on it and it starts.
That's a lot of clicking.
After 2 I have a Blocked Object
Code: Select all
<IFRAME>@https://www.youtube.com/blahblahblahCode: Select all
shockwave-flash@https://s.ytimg.com/yakyakyakI tried fixing 2 by adding
Code: Select all
FRAME@https://www\.youtube\.com/I did some poking around and found viewtopic.php?f=23&t=12897#p49589 - I interpret the advice there to add
Code: Select all
application/x-unknown <IFRAME>@https://www\.youtube\.comCode: Select all
application/x-unknown <IFRAME>@https://www\.mootube\.comFinally after mucking around for another 20 minutes
Code: Select all
FRAME@https://www\.youtube\.comThen I tried fixing 5. I added
Code: Select all
application/x-shockwave-flash@https://s\.ytimg\.com/Code: Select all
application/shockwave-flash@https://s\.ytimg\.com/What am I missing here?