- Edited
Tab favicon turns into tab close button on hover
userChrome.css
/* Make tab close buttons appear on tab hover, replacing the tab icon */
.tabbrowser-tab .tab-close-button {
-moz-box-ordinal-group: 0 !important;
margin: 2px 6px 0px 0px !important;
}
.tabbrowser-tab .tab-close-button {
display: none !important;
}
.tabbrowser-tab:not([pinned="true"]):hover .tab-icon-image,
.tabbrowser-tab:not([pinned="true"]):hover .tab-throbber {
display: none;
}
.tabbrowser-tab:not([pinned="true"]):hover .tab-close-button {
display: -moz-box !important;
}
Clearurls addon
This add-on will remove the tracking fields form all URLs which are visited by the browser
https://addons.mozilla.org/en-US/firefox/addon/clearurls/
Site Bleacher addon
Remove automatically cookies, local storages, IndexedDBs and service workers.
https://addons.mozilla.org/en-US/firefox/addon/site-bleacher/