From e20484d8bbd293cd31ee8e2144ea29363c5748ad Mon Sep 17 00:00:00 2001 From: jerry855202 <9128015+jerry855202@users.noreply.github.com> Date: Sat, 20 Oct 2018 17:31:13 +0800 Subject: [PATCH 1/2] Added NoScript to browsers extension sector as title. The good ol' noscript should get a recommendation in the browser extension sector. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cf23954..a6765a3 100644 --- a/readme.md +++ b/readme.md @@ -136,6 +136,7 @@ You will notice some items in this list have a :star2: next to them. Items with - [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) The world's most popular userscript manager - [WebRTC Network Limiter](https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia?hl=en) Configures how WebRTC's network traffic is routed by changing Chrome's privacy settings. - [ScriptSafe](https://chrome.google.com/webstore/detail/scriptsafe/oiigbmnaadbkfbmpbfijlflahbdbdgdf?hl=en) A browser extension that gives users control of the web and more secure browsing while emphasizing simplicity and intuitiveness. +- [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) Allow active content to run only from sites you trust, and protect yourself against XSS and Clickjacking attacks. FireFox only. ### Userscripts - [Anti-Adblock Killer](https://github.com/reek/anti-adblock-killer) Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable. From 53667fd2cd5878d0a23d20b9894a6be88a61092b Mon Sep 17 00:00:00 2001 From: Igglybuff Date: Sat, 20 Oct 2018 13:17:40 +0100 Subject: [PATCH 2/2] Update readme.md :+1: --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a6765a3..9ca58f3 100644 --- a/readme.md +++ b/readme.md @@ -136,7 +136,7 @@ You will notice some items in this list have a :star2: next to them. Items with - [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) The world's most popular userscript manager - [WebRTC Network Limiter](https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia?hl=en) Configures how WebRTC's network traffic is routed by changing Chrome's privacy settings. - [ScriptSafe](https://chrome.google.com/webstore/detail/scriptsafe/oiigbmnaadbkfbmpbfijlflahbdbdgdf?hl=en) A browser extension that gives users control of the web and more secure browsing while emphasizing simplicity and intuitiveness. -- [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) Allow active content to run only from sites you trust, and protect yourself against XSS and Clickjacking attacks. FireFox only. +- [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) Allow active content to run only from sites you trust, and protect yourself against XSS and clickjacking attacks. Firefox only. ### Userscripts - [Anti-Adblock Killer](https://github.com/reek/anti-adblock-killer) Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.