&& means execute if the command before ended successfully || means execute if the commnad before failed ; just means execute the command - no matter if succeeded or failed
Last time I checked, it worked on all Firefox 'spins', except stable; it also works on Mull and Fennec.
You could also add Iceraven's collection. Collection Owner (User ID) - 16201230 Collection name - What-I-want-on-Fenix
Settings - About <browser-name> - tap on logo 3(?) times - Custom Add-on Collection - add your own collection.
It does work with Redirector. Reddit to Old.Reddit http*://*.*/r/linux/ http*://*reddit.com/* https://old.reddit.com/$3
I would do:pacman -S --needed firefoxInstead.You can replace pacman with AUR helper (I'd suggest installing Paru or YAY) if you're using one.
'On my machine it works' is not a strong argument, and is highly unlikely, due to the language it was written in.Pacman is written in C, APT in C++, DNF in Python, and Zypper in C++ as well.So, no. Pacman 'wins'.What truly matters is which tool is best suited for your use case.
Honesty? Nowadays Linux is just easier for me.Sometimes you forget that a lot of tools you are use to have in Linux don't even exist on Windows (like watch and cut). On Windows there are some problems you don't even have to deal with on Unix-like systems.
&&means execute if the command before ended successfully||means execute if the commnad before failed;just means execute the command - no matter if succeeded or failed