Simple Mozilla Firefox add-on for managing Stop-It database with blocked URLs.
NOTE: The database self is NOT included - if you don't have one you have to create it at the first place!
NOTE: Because of using latest features of Mozilla Add-on SDK you need to use development version of Mozilla Firefox - tested on 40.0a2.
You can create new Stop-It database using SQLite CLI Shell:
$ sqlite3 stop-it.sqlite
SQLite version 3.8.2 2013-12-06 14:53:30
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> CREATE TABLE Urls (Id INTEGER PRIMARY KEY, Url TEXT NOT NULL UNIQUE, Updated TEXT NOT NULL);
sqlite> PRAGMA user_version = 1;
sqlite> .exit
- Download add-on and install it into the Mozilla Firefox
- Open Firefox's Add-ons Manager and open Stop-It preferences:
- Select database file:
- After selecting database file should disapper exclamation badge on the add-on's toolbar button and you are ready to use it: