On 02/12/2015 07:48 AM, Steve Stallings wrote:
> Look under  TOOLS > ADD ONS > Extensions
> You will find buttons to Enable, Disable, and Remove
> your Extensions. Experiment with Disable to see which
> one is causing the issue. My guess is that you have
> one call FlashBlock installed.
>
> Steve Stallings

   If he was clicking on a curved F, he has Flashblock installed. This 
has been a problem for a while now, and there is a simple fix:

Create a  .mozilla/firefox/somename.default/chrome/userContent.css file 
with the following:

@-moz-document domain("youtube.com") {

#theater-background {
     display: none ! important;
     }
}

   Youtube has added a overlay over the videos that prevents flashblock 
from working correctly.  The above file will remove the overlay, and let 
the videos play like they used to.

-- 
MC Cason
Eagle3D - Created by Matthias Weißer
github.com/mcason/Eagle3D



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to