Got into bash scripting recently and have found it really useful. Have gotten a bit addicted to writing scripts for anything I might do more than once. For example, before I just had a text file detailing the steps of how to setup my startpage whenever I did a fresh OS install, but now I have created a script that does it for me automatically.
For anyone wanting to try it or just have a look, I uploaded it to pastebin:
https://pastebin.com/eTAM4xPaI think it should work on most distros (no idea about winblows), altough you might have to change firefox_dir to where your firefox is installed, for me it's at /usr/lib/firefox-esr on debian 13.
Recently my startpage setup broke and I came back here and thankfully
>>8110849 had a fix. Although for me I had to change resource:///modules/HomePage.mjs to resource:///modules/HomePage.sys.mjs to get it to work for the homepage.
Also stripped away some stuff I found wasn't necessary for it to work (atleast on my machines) like:
// Any comment. You must start the file with a single-line comment!
Anyway, hope you all have a wonderful day/night whenever you are in the world.
:^)