All Projects → kintesh → Containerise

kintesh / Containerise

Licence: mit
Firefox extension to automatically open websites in a container

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Containerise

firefox-containers-helper
Firefox multi-account containers are for power users. So is this. Adds bulk container interactivity features missing from the Mozilla Multi-Account Containers extension.
Stars: ✭ 32 (-85.71%)
Mutual labels:  firefox, privacy, firefox-extension
Absolutedoubletrace
A web extension to block browser fingerprinting
Stars: ✭ 156 (-30.36%)
Mutual labels:  privacy, firefox-extension
Cleanlinks
Converts obfuscated/nested links to genuine clean links.
Stars: ✭ 157 (-29.91%)
Mutual labels:  firefox, firefox-extension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-24.11%)
Mutual labels:  firefox, firefox-extension
Vivaldi Fox
An add-on that aims to add Vivaldi style toolbar colouring to the Firefox UI
Stars: ✭ 149 (-33.48%)
Mutual labels:  firefox, firefox-extension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-32.59%)
Mutual labels:  firefox, firefox-extension
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+1519.2%)
Mutual labels:  firefox, firefox-extension
Lockbox Extension
Experimental Firefox extension for login management experiences, not being actively developed
Stars: ✭ 130 (-41.96%)
Mutual labels:  firefox, firefox-extension
Privacybadger
Privacy Badger is a browser extension that automatically learns to block invisible trackers.
Stars: ✭ 2,346 (+947.32%)
Mutual labels:  privacy, firefox-extension
User.js
user.js -- Firefox configuration hardening
Stars: ✭ 2,354 (+950.89%)
Mutual labels:  privacy, firefox
Offline Qr Code
📱 Browser add-on allowing you to quickly generate a QR code offline with the URL of the open tab or other text!
Stars: ✭ 193 (-13.84%)
Mutual labels:  privacy, firefox
Alfred Firefox
Search and control Firefox from Alfred
Stars: ✭ 142 (-36.61%)
Mutual labels:  firefox, firefox-extension
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-38.84%)
Mutual labels:  firefox, firefox-extension
Privacyfox
PrivacyFox tweaks various preferences in Firefox in order to enhance the privacy of users; it will also try to enforce these changes to maintain your privacy online.
Stars: ✭ 155 (-30.8%)
Mutual labels:  privacy, firefox
Livemarks
Extension that restores RSS Feed Livemarks in Firefox.
Stars: ✭ 137 (-38.84%)
Mutual labels:  firefox, firefox-extension
Addon
ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
Stars: ✭ 161 (-28.12%)
Mutual labels:  privacy, firefox
Firefox Scripts
userChromeJS / autoconfig.js and extensions
Stars: ✭ 202 (-9.82%)
Mutual labels:  firefox, firefox-extension
Newtaboverride
New Tab Override allows you to set the page that shows whenever you open a new tab.
Stars: ✭ 120 (-46.43%)
Mutual labels:  firefox, firefox-extension
Blocker Database
A global domain based database for NoScript, uBlock, uMatrix & ScriptSafe
Stars: ✭ 127 (-43.3%)
Mutual labels:  privacy, firefox
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+1074.11%)
Mutual labels:  firefox, firefox-extension

Drawing containerise Build Status

Firefox extension to automatically open websites in a container

Select your container and add a domain to always open all visits in the chosen container. Add many domains as you wish. Special No Container option to break out of a container. Simple CSV based mapping of a domain to a container by name for easy backup and bulk editing.

Installation

Install the latest release for Firefox from AMO

Usage

Basic mapping

amazon.co.uk, Shopping will open all amazon.co.uk (not subdomains) links in Shopping container.

Glob

!*.amazon.co.uk, Shopping will be treated as *.amazon.co.uk glob pattern. (suitable to subdomains)

Regex

@.+\.amazon\.co\.uk$, Shopping will be treat as .+\.amazon\.co\.uk$ regex. (suitable to subdomains and complex paths)

Development

Available Scripts

In the project directory, you can run:

npm ci

Installs required dependencies.

npm run webpack

Starts webpack with --watch option and outputs to ./build directory.

npm run build

Builds the extension for production use.

npm run test

Runs test specs using jest. Use test:watch to watch for edits and re-run the tests.

npm run lint

Lint using eslint.

npm run web-ext

Runs web-ext process to debug the extension on Firefox. See web-ext docs
To live reload the extension, start this process in a new tab after starting npm run webpack process.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].