Blocking bad sites and annoyances: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(cleanup)
(added "BlockSite" extension)
Line 10: Line 10:


A nice feature of Adblock Plus filters is that each subscription, and your own additions are maintained separately.   Another is that you can bring up a "blockable items" report to see what can be blocked as well as what is blocked, and you can see the specific filter that is blocking an item as well as the source or subscription group.   Suggest sorting on the "State" column so blocked items appear at the top.  You can change options, disable/re-enable from the toolbar ADP icon.
A nice feature of Adblock Plus filters is that each subscription, and your own additions are maintained separately.   Another is that you can bring up a "blockable items" report to see what can be blocked as well as what is blocked, and you can see the specific filter that is blocking an item as well as the source or subscription group.   Suggest sorting on the "State" column so blocked items appear at the top.  You can change options, disable/re-enable from the toolbar ADP icon.
==BlockSite==
'''BlockSite''' blocks websites of your choice.  Additionally, this extension will disable all hyperlinks to these websites, by just displaying the link text without the clicking functionality.  Uses wildcard (*) so you can block variations of a site.


==WOT  extension==
==WOT  extension==
Line 44: Line 47:
==Internal References==
==Internal References==
'''More information:''' on extensions and items mentioned in this article
'''More information:''' on extensions and items mentioned in this article
* [https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/ Adblock Plus :: Add-ons for Firefox] and  [http://adblockplus.org/en/filters#basic Writing Adblock Plus filters]
* [https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/ Adblock Plus :: Add-ons for Firefox] (608.3KB) and  [http://adblockplus.org/en/filters#basic Writing Adblock Plus filters]
* [http://www.siteadvisor.com/ McAfee SiteAdvisor Software -- Website Safety Ratings and Secure Search]
*[https://addons.mozilla.org/en-US/firefox/addon/blocksite/ Blocksite] (16.4 KB)
* [https://addons.mozilla.org/en-US/firefox/addon/wot-safe-browsing-tool/ Web of Trust - Safe Browsing Tool :: Add-ons for Firefox]
* [http://www.siteadvisor.com/ McAfee SiteAdvisor Software -- Website Safety Ratings and Secure Search] (~38 KB)
* [https://addons.mozilla.org/en-US/firefox/addon/wot-safe-browsing-tool/ Web of Trust - Safe Browsing Tool :: Add-ons for Firefox] (430.1 KB)
* [http://dmcritchie.mvps.org/firefox/firefox.htm#ext_table Notes on many extensions] including those above
* [http://dmcritchie.mvps.org/firefox/firefox.htm#ext_table Notes on many extensions] including those above
* [http://userstyles.org/styles/42848 Google - Highlight harmful site alert - Themes and Skins for www.google - userstyles.org]
* [http://userstyles.org/styles/42848 Google - Highlight harmful site alert - Themes and Skins for www.google - userstyles.org]
Line 54: Line 58:
* [[Adblock]]
* [[Adblock]]
* [[Blocking sites]]
* [[Blocking sites]]
* [[Parental controls]]
* [[Popups not blocked]]
* [[Popups not blocked]]
* [[Reducing memory usage - Firefox]]
* [[Reducing memory usage - Firefox]]
Line 60: Line 65:
==External Links==
==External Links==
* [http://www.mozilla.com/en-US/firefox/phishing-protection/ Firefox Phishing and Malware Protection]
* [http://www.mozilla.com/en-US/firefox/phishing-protection/ Firefox Phishing and Malware Protection]
 
* [http://en.wikipedia.org/wiki/Proxy_server Blocking sites within a networked environment such as a workplace]
* [http://en.wikipedia.org/wiki/Hosts_file Blocking specific sites for any reason]


[[Category:Websites]] [[Category:Extensions (Firefox)]]
[[Category:Websites]] [[Category:Extensions (Firefox)]]

Revision as of 13:09, 10 July 2011

This article describes blocking unwanted sites and annoyances within sites.

Adblock Plus extension

Suppose you find a site particularly annoying

You can block the site yourself with the "Adblock Plus" (ADP) extension with your own filters for instance:

||mylife.com^
||reunion.com^

Neither site is blocked by the subscription filters "EasyList USA" nor "Fanboy's List".  Adblock Plus will do nothing without filters and a subscription or two is easily added after installing ADP.  The extension is large but well worth having on your main or only Firefox profile.

A nice feature of Adblock Plus filters is that each subscription, and your own additions are maintained separately.  Another is that you can bring up a "blockable items" report to see what can be blocked as well as what is blocked, and you can see the specific filter that is blocking an item as well as the source or subscription group.  Suggest sorting on the "State" column so blocked items appear at the top. You can change options, disable/re-enable from the toolbar ADP icon.

BlockSite

BlockSite blocks websites of your choice.  Additionally, this extension will disable all hyperlinks to these websites, by just displaying the link text without the clicking functionality.  Uses wildcard (*) so you can block variations of a site.

WOT extension

You can use an extension such as "WOT" (Web of Trust) to warn you of a bad site, it is based on user experience and often just what people seem to think a site is about based on the name, the ratings are inconsistent.  The extension will block access to sites deemed bad, but you can override the warning.

McAfee SiteAdvisor

"McAfee Site SiteAdvisor" system is better it is based on analysis of site tracking with virtual machines, every link to see what happens.  Both WOT and SiteAdvisor extensions place warning symbols on Google search results, but SiteAdvisor is not working well with Firefox, and their extension is not on addons.mozilla.com so the code is not subject to review by Mozilla.  You can however get a site report


Get a site report for a specified site

A keyword shortcut is a bookmark with a keyword and may include substitution.

Name: site: SiteAdvisor Lookup (Web Safety Ratings)
Location: http://www.siteadvisor.com/lookup/?q=%S
Keyword: site:
Description: type site: into the location bar followed by site, for example -- site: ibm.com

You might use two keyword bookmarks as above one as "site:" the other as "siteadvisor", and create a similar bookmark for WOT as "wot:".

Firefox builtin protection

Firefox has a reporting system for reporting Web Forgeries (Phishing) under the HELP menu.

Tools > Options > Privacy
Known attack sites can be blocked here, uses information reported to Firefox and to Google.
[x] Warn me when sites try to install add-ons
[x] Block reported attack sites
[x] Block reported web forgeries

Hosts file

Having a good hosts file on your system can protect your entire system cross-application and all browsers and all your Firefox profiles against a lot of malware sites or extreme annoyances within sites frequented by a lot of people.  See Blocking Unwanted Parasites with a Hosts File.

Internal References

More information: on extensions and items mentioned in this article

See also

External Links