56_
@56_@slrpnk.net
This is a remote user, information on this page may be incomplete. View at Source ↗
they/them
- Comment on When the webpage doesn't want you opening new tabs 2 days ago:
And you can hide the close button by adding
.tabbrowser-tab .tab-close-button { visibility: collapse !important; }
to your userChrome.css file. Works with vertical tabs too.
- Comment on When the webpage doesn't want you opening new tabs 3 days ago:
In Firefox you can also middle click the reload button to duplicate the tab. There’s not much you can’t middle click actually :)
- Comment on When the webpage doesn't want you opening new tabs 3 days ago:
Some pages try to re-implement links in javascript, but forget about anything other than left-click.