JJ :blobblackcat:<p><span class="h-card" translate="no"><a href="https://mastodon.social/@mcc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mcc</span></a></span> some options you may or may not be aware of:</p><ul><li>switch to librewolf (recommend!)</li><li>set <code>extensions.pocket.enabled</code> to false in <code>about:config</code></li><li>set <code>toolkit.legacyUserProfileCustomizations.stylesheets</code> to true in <code>about:config</code> and put <code>#context-savelinktopocket { display: none }</code> in <code><firefox-profile>/chrome/userChrome.css</code></li></ul><p>this last one lets you hide a bunch of junk in right click menus. my current settings:</p><pre><code>#context-navigation,<br>#context-sep-navigation,<br>#context-sendimage,<br>#context-print-selection,<br>#context-bookmarklink,<br>#context-stripOnShareLink,<br>#context-take-screenshot,<br>#context-sep-screenshots,<br>#context-searchselect,<br>#context-searchselect-private,<br>#context-translate-selection,<br>#context-ask-chat,<br>#frame-sep,<br>#context-savelinktopocket,<br>#context-sendlinktodevice,<br>#context-sep-sendlinktodevice,<br>#context-viewpartialsource-selection,<br>#context-inspect-a11y,<br>#sidebarRevampSeparator<br>{<br> display: none;<br>}<br></code></pre>