S-NA / Suspend-background-tabs

This is Wladimir Palant's original extention, which used to be on the AMO, but it was suddenly removed. I simply unpacked the XPI and made sure it was working an uploaded it to GitHub.
Mozilla Public License 2.0
23 stars 10 forks source link

Use configurations [about:config] to create a easy blacklist. #1

Open ghost opened 9 years ago

ghost commented 9 years ago

Suspend Tab by Piro (piro_or) has a blacklist done by the about:config configuration called:

extensions.suspendtab@piro.sakura.ne.jp.autoSuspend.blockList

I want to try incorporating something of the like.

See: https://github.com/piroor/suspendtab/search?utf8=%E2%9C%93&q=blockList

ghost commented 9 years ago

I looked more into this, and I believe organising the files would be a nice start.

Looking at the experimental branch, I have main.js in the lib folder, however I think I should mimick the style of the other extension.

components
contents
locale
modules

Blacklist/blocklist, should be integrated with main.js which will make use of pref.js.