Thrawn wrote:I couldn't be sure, but it looks like entyce-creative relies on CSS, which NoScript will not block (it's not really a security risk in Firefox).
Thrawn wrote:ghosthorses probably uses CSS too.
I understand that they both use CSS (anything that has "class" tags means CSS is being used, right?) but the fact that they both have similar coding for their main frames that run slideshows makes me wonder what can be done to disable those things.
Here's Entyce's coding: <div id="page" class="hfeed"><div class="showcaseSlidesWrapper"><ul class="showcaseSlides"> <li class="showcaseSlide showcaseSlide1062">...
Here's GhostHorses': <!--HOME BANNER SCREENSHOT SLIDER WRAP--><div id="home-banner-screenshot-slider-wrap"class="flex-container"><!--HOME BANNER SCREENSHOT SLIDER--><div id="home-banner-screenshot-slider"><!--IMG SLIDES--><ul class="slides clearfix"><li><img src="
http://www.ghosthorses.co.uk/wp-content ... orses6/img...
(I presume those are the relevant sections of code)
Thrawn wrote:Couldn't see any carousel happening with JavaScript blocked at bluelounge?
Well, the slideshow works when I disable NoScript, which is kind of my point. Looking at the page source for BlueLounge, the code for the main frame begins <div class="pagecontent regular"><div id="homeslides" class="bottom20 cycle-slideshow" data-cycle-fx="scrollHorz" data-cycle-pause-on-hover="true"... , so it seems to be using CSS to run a slideshow that's affected by Javascript, right?
What I really want is to *not* have to block
every instance of Javascript on
every page, just those that operate these carousels/slideshows. It's a drag to have to manually disable NS every time I load a new page, when that page
doesn't have a slideshow/carousel. All I want is something that will block
them, not everything.
Thanks for your input!