Firefox plugin to block scripts of only specified websites

85

Solution 1

  • NoScript is a common solution. It uses whitelisting by default -- but as Kelbizzle notes, supports blacklisting -- and also helps with vulnerabilities related to XSS.

  • YesScript is a blacklist-only alternative to the tangled code of NoScript.

  • AdBlock Plus's filter options can also solve this: google-analytics.com$script. This is my choice because it makes managing and copying filter rules extremely easy.

  • RequestPolicy allows you to block third-party resources, including script. This is a whitelist with a a few useful temporary or permanent "allow all" options, and it doesn't differentiate between type of resource like ABP does.

  • Karma Blocker is a resource blocker that is apparently as powerful as ABP, but it requires more thought to configure than the other options.

Solution 2

No script is what you want. It has a Blacklist feature.

Solution 3

I use Blocksite. It allows the use of wildcards so you can add something like "httpgoogle-analytics.com".

Share:
85

Related videos on Youtube

Adul Adula
Author by

Adul Adula

Updated on September 17, 2022

Comments

  • Adul Adula
    Adul Adula over 1 year

    I am reading a tutorial of webform in which the author was using ADO EDM to generate model files from a database resource. I have created a similar database file, but my VS10 doesn't have ADOEDM installed, how can I generate a similar model without ADO-EDM ?Sorry my knowledge of ASP.NET is still limited, thank you for your help ?

    I am reading this tutorial. http://www.asp.net/web-forms/tutorials/tailspin-spyworks/tailspin-spyworks-part-2

    • Anonymous
      Anonymous over 14 years
      By the way, you're asking for an "extension", which interacts with Firefox's or one of its siblings' or a XULRunner application's internals to "extend" its functionality, and named such to reduce confusion with plugins. A web "plugin" is a de-facto cross-browser technology whereby a page "plugs in" a window controlled by a separate binary, like Flash or Java or a media player.
    • Leniel Maccaferri
      Leniel Maccaferri about 12 years
      It helps if you show us the link of the article you mention...
    • Leniel Maccaferri
      Leniel Maccaferri about 12 years
      Did you follow the steps described in Part 1 of that tutorial to create the appropriate project? asp.net/web-forms/tutorials/tailspin-spyworks/…
    • Leniel Maccaferri
      Leniel Maccaferri about 12 years
      So, it must be some weird piece of configuration that's missing in your VS 2010 installation... this happens! :) As you said, try uninstalling and installing EF or even VS. Restart the machine, etc.
  • Kelbizzle
    Kelbizzle over 14 years
    If you don't like no script. This addons.mozilla.org/en-US/firefox/addon/4922 may be exactly what you're looking for. It blocks javascript from only the sites you tell it.
  • Paul Lammertsma
    Paul Lammertsma over 14 years
    +1 for AdBlock Plus. You can block pretty much anything using filters.
  • Adul Adula
    Adul Adula about 12 years
    Thank you, I have installed the EF4.3.1 but I still can't find the ADO Entity Framework Model when I choose to add a new item to my project.
  • Leniel Maccaferri
    Leniel Maccaferri about 12 years
  • Adul Adula
    Adul Adula about 12 years
    Yes, in that tutorial, the ADO-EFM appears but in my current ASP.NET webform project, it doesn't show up.
  • Adul Adula
    Adul Adula about 12 years
    Thanks, I guess so, but I will try to uninstall and reinstall EF to see if it works later.
  • Mike
    Mike over 8 years
    Anothing awesome lightweight blocker is uBlock Origin - it is by far the most resource friendly blocker, with a support for blocking requests based on AdBlock Plus filters + third party assests blocking (such as scripts and frames), highly recommended.