colinkiama / jailtime

Website Blocker Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jailtime

Blocks Websites. Keeps you focused!

Available to install in:

Task scripts

You run scripts in the task directory to perform development tasks e.g running task/build copy files to the build directory, ready to be loaded unpacked.

Give them executable permissions

Run this command first:

chmod +x task/*

That will give permission to all scripts in the task directory to run.

Caveats on Windows operating systems

These scripts are shell scripts (sh) however, some of the commands may not be compatible with windows. You may need to install a bash terminal on windows in order to work with these scripts on there.

Firefox Version Source code

Select the firefox branch.

TODO

  • Adding items to blocklist
  • Removing items from blocklist
  • Blocklist search

About

Website Blocker Extension

License:MIT License


Languages

Language:CSS 34.0%Language:JavaScript 33.3%Language:HTML 31.5%Language:Shell 1.1%