diff --git a/Appendix-B:-Extensions.md b/Appendix-B:-Extensions.md
index fcf4b5c..e6b0816 100644
--- a/Appendix-B:-Extensions.md
+++ b/Appendix-B:-Extensions.md
@@ -25,20 +25,17 @@ These are all, where applicable, best configured to `deny-all` and whitelist.
* [Skip Redirect](https://addons.mozilla.org/firefox/addon/skip-redirect/) | [GitHub](https://github.com/sblask/webextension-skip-redirect)
* [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey/) | [GitHub](https://github.com/violentmonkey/violentmonkey)
* Allows you to run [User Scripts](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.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)
* [Request Control](https://addons.mozilla.org/firefox/addon/requestcontrol/) | [GitHub](https://github.com/tumpio/requestcontrol)
* Examples of [Filter Rules](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.5-Request-Control)
* [Redirector](https://addons.mozilla.org/firefox/addon/redirector/) ✔ [Privacy](https://github.com/einaregilsson/Redirector/blob/master/privacy.md) | [GitHub](https://github.com/einaregilsson/Redirector)
* Examples of [Redirects](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.6-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) | [GitHub Issue](https://github.com/mrdokenny/Cookie-AutoDelete/issues/75)
- * Fixed FF58+ [1388428](https://bugzilla.mozilla.org/show_bug.cgi?id=1388428) localStorage by host
- * Open [1381197](https://bugzilla.mozilla.org/show_bug.cgi?id=1381197) OriginAttribute + cookies (FPI, PB, ContainerID)
- * WONTFIX ~~[1362834](https://bugzilla.mozilla.org/show_bug.cgi?id=1362834)~~ internal cookies
+* [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)
+ * Note: cannot clear localStorage until [FF58+](https://bugzilla.mozilla.org/show_bug.cgi?id=1388428) and breaks with [FPI](https://bugzilla.mozilla.org/show_bug.cgi?id=1381197)
### :small_orange_diamond: Recommended Legacy Extensions
* :green_heart: [NoScript](https://addons.mozilla.org/firefox/addon/noscript/) ✔ [Privacy](https://addons.mozilla.org/firefox/addon/noscript/privacy/)
-* :green_heart: [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/) ✔ [Privacy](https://addons.mozilla.org/firefox/addon/greasemonkey/privacy/) | [GitHub](https://github.com/greasemonkey/greasemonkey) | [Extension Info](https://github.com/greasemonkey/greasemonkey/milestones) | [APIs](https://github.com/greasemonkey/greasemonkey/issues/2484) | [Tracking Issue](https://github.com/greasemonkey/greasemonkey/issues/2275)
- * Allows you to run [User Scripts](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-User-Scripts) which can do neat things
* :purple_heart: [HTTPS by default](https://addons.mozilla.org/firefox/addon/https-by-default/) | [GitHub](https://github.com/Rob--W/https-by-default) | [Extension Info](https://github.com/Rob--W/https-by-default/issues/12) & [1370388](https://bugzilla.mozilla.org/show_bug.cgi?id=1370388)
* changes the behavior for schemeless URLs typed in the location bar
* :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)