Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 1.37 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.37 KB

YesScript lets you easily block websites from running JavaScript. Useful for sites that abuse JavaScript, not so useful for security.

For Firefox up to version 56 only!

For Firefox 57 and newer see https://github.com/log69/yesscript2

Block or unblock a site

Click the YesScript icon in the toolbar to stop the current domain from running scripts. Click the blackened icon to unblock.

You can also view and manage the list of blocked sites from YesScript's options, accessible from the Add-ons Manager.

Details

  • You are blocking a site from running scripts. You are not blocking any given script. In other words, if example.com is running a script from annoying.org, you need to block example.com.
  • You cannot selectively allow a site to run some scripts and disallow it from running others.
  • The block is based on the protocol and domain of the site. Blocking http://example.com will not block https://example.com or http://www.example.com.
  • The block does not take effect immediately - it must be in effect when the page loads to work.

I want regular expressions

Don't we all? Unfortunately, YesScript only works because of the API Firefox provides, and that interface only supports doing things by domain.