Hacker News new | ask | show | jobs
by BeetleB 1409 days ago
Only tangentially related, but...

I use Firefox. Anyone know of a way I can have it close all tabs once a day? Either via an external script or an extension?

2 comments

Selenium would do that, in python, no worries.

Alternatively, have a batch script that just runs (Assuming windows) taskkill /f /im firefox.exe which would kill it. Then have firefox startup with no tabs loaded.

Not scripted, but ctrl-shift-w will do it manually in a single keystroke. (Per window)