TanNoisEr-IT avatar

[Linux] Set as random the Firefox browser homepage.

oneshot

Published: 07 Mar 2018 › Updated: 07 Mar 2018[Linux] Set as random the Firefox browser homepage.

[Linux] Set as random the Firefox browser homepage.

First of all put a list of selected urls (one per line) in a file called urls.txt and save it in ~/.mozilla/firefox/*.default/urls.txt. Then put the follow code at the very begin of /usr/lib/firefox/firefox.sh (just below of the "shabang" #!/bin/sh):

ddrs=$(shuf-n1~/.mozilla/firefox/*.default/urls.txt)
nwli="user_pref(\"browser.startup.homepage\","$ddrs");"
sed-i"/browser.startup.homepage/c\\$nwli"~/.mozilla/firefox/*.default/prefs.js

Related stackexchange.com Thread

Leave [Linux] Set as random the Firefox browser homepage. to:

Written by

Tech blog. Mainly focused on Linux and Free Software, featuring geeky articles and personal insights.

Read more #browser posts


Best Posts From TanNoisEr-IT

We have not curated any of oneshot's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From TanNoisEr-IT