diff --git a/4.1-Extensions.md b/4.1-Extensions.md
index bedd2d5..0539315 100644
--- a/4.1-Extensions.md
+++ b/4.1-Extensions.md
@@ -28,7 +28,6 @@ These are all, where applicable, best configured to `deny-all` and whitelist.
* [ClearURLs](https://addons.mozilla.org/firefox/addon/clearurls/) ✔ Privacy (stated on AMO) | [GitHub](https://github.com/KevinRoebert/ClearUrls)
* [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey/) | [GitHub](https://github.com/violentmonkey/violentmonkey) 1
* Allows you to run [User Scripts](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.2.1-User-Scripts) which can do neat things
-* [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/) ✔ [Privacy](https://addons.mozilla.org/firefox/addon/greasemonkey/privacy/) | [GitHub](https://github.com/greasemonkey/greasemonkey) 1
* [Request Control](https://addons.mozilla.org/firefox/addon/requestcontrol/) | [GitHub](https://github.com/tumpio/requestcontrol) | [Manual](https://github.com/tumpio/requestcontrol/blob/master/_locales/en/manual.md) | [Testing links](https://github.com/tumpio/requestcontrol/wiki/Testing-links)
* [Redirector](https://addons.mozilla.org/firefox/addon/redirector/) ✔ [Privacy](https://github.com/einaregilsson/Redirector/blob/master/privacy.md) | [GitHub](https://github.com/einaregilsson/Redirector)
* [Cookie AutoDelete](https://addons.mozilla.org/firefox/addon/cookie-autodelete/) ✔ [Privacy](https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/wiki/Privacy-Policy) | [GitHub](https://github.com/mrdokenny/Cookie-AutoDelete)
@@ -37,12 +36,14 @@ These are all, where applicable, best configured to `deny-all` and whitelist.
* unresolved: clearing IndexedDB by host
* unknown: clearing service workers cache, appCache by host
-1 There are differences between GM + VM regards how they handle Web Extension capabilities / limitations, such as bypassing CSP and @run-at document-start. So TEST your scripts!
+1 Note: There are Web Extension API limitations, such as bypassing CSP and @run-at document-start. So TEST your scripts!
### :small_orange_diamond: Recommended Legacy Extensions
* :green_heart: [NoScript 5.1.8.4](https://addons.mozilla.org/firefox/addon/noscript/versions/?page=1#version-5.1.8.4) ✔ [Privacy](https://addons.mozilla.org/firefox/addon/noscript/privacy/)
* Yes, there is a FF57+ non-legacy version. For FF57+, use uMatrix in some hardened configuration instead. This *may* not be a total replacement, as NoScript *might* offer some unique protections debatable: eg: ClearClick, ABE [see here](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.2.3-uMatrix), XSS really debatable
+* :green_heart: [Greasemonkey 3.17](https://addons.mozilla.org/firefox/addon/greasemonkey/versions/?page=1#version-3.17) | [GitHub](https://github.com/greasemonkey/greasemonkey)
+ * Yes there is a FF57+ non-legacy version. We recommend Violentmonkey.
* :purple_heart: [QuickJava](https://addons.mozilla.org/firefox/addon/quickjava/) | [GitHub](https://github.com/ThatOneGuyDotNet/QuickJava) | [Extension Info](https://github.com/ThatOneGuyDotNet/QuickJava/issues/44)
* Configurable toggle buttons for JS, ~~Java~~, Flash, images and more
* [No Resource URI Leak (clone)](https://raw.githubusercontent.com/earthlng/testpages/master/no_resource_uri_leak-1.1.1-an%2Bfx%2Bsm%2Btb.xpi) - see [#191](https://github.com/ghacksuserjs/ghacks-user.js/issues/191) | original [here](https://addons.mozilla.org/firefox/addon/no-resource-uri-leak/) breaks [`[`bug`]`](https://notabug.org/desktopd/no-resource-uri-leak/issues/14) in FF55+ | [Cannot be ported to WE](https://addons.mozilla.org/firefox/addon/no-resource-uri-leak/reviews/860958/)