All Projects → jrie → flagCookies

jrie / flagCookies

Licence: GPL-3.0 license
A cookie manager, browser add-on to manage and flag cookies. On stereoids.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to flagCookies

trello-super-powers
Repository of the Firefox add-on. (https://addons.mozilla.org/en-US/firefox/addon/trello-super-powers/)
Stars: ✭ 29 (-30.95%)
Mutual labels:  webextension, add-on
Cookie Autodelete
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.
Stars: ✭ 1,015 (+2316.67%)
Mutual labels:  cookies, webextension
noplugin
Play legacy media in modern browsers without plugins.
Stars: ✭ 29 (-30.95%)
Mutual labels:  opera, webextension
Privacybadger
Privacy Badger is a browser extension that automatically learns to block invisible trackers.
Stars: ✭ 2,346 (+5485.71%)
Mutual labels:  cookies, webextension
Geolocate-IP-Browser-Extension
A browser extension, which shows you the origin of your IP address.
Stars: ✭ 21 (-50%)
Mutual labels:  opera, webextension
Elevate
Browser extension for strava. "Elevate" tracks your fitness and progressions over time. Analyse deeper your activities & segments. And more... https://thomaschampagne.github.io/elevate/ (formerly named stravistix)
Stars: ✭ 833 (+1883.33%)
Mutual labels:  opera, webextension
PolishCookieConsent
Polish Cookie Consent is an extension, which automatically accepts privacy policy/GDPR on websites.
Stars: ✭ 17 (-59.52%)
Mutual labels:  cookies, webextension
tab-counter
A button badge that shows the number of tabs open in a window
Stars: ✭ 35 (-16.67%)
Mutual labels:  opera, webextension
cookie-editor
A powerful browser extension to create, edit and delete cookies
Stars: ✭ 245 (+483.33%)
Mutual labels:  opera, cookies
page-shadow
A Chrome, Firefox, Opera and Edge extension to increase contrast, decrase brightness and invert color of websites
Stars: ✭ 14 (-66.67%)
Mutual labels:  opera, webextension
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+54.76%)
Mutual labels:  opera, webextension
darkContrast
Firefox addon that fixes low contrast text when using dark desktop theme
Stars: ✭ 61 (+45.24%)
Mutual labels:  webextension
wext-manifest-loader
Webextension Manifest Generator that you specify `manifest.json` properties to appear only in specific browsers and environment
Stars: ✭ 23 (-45.24%)
Mutual labels:  webextension
Cookie-Manager
A chrome extension to manage browser cookies.
Stars: ✭ 26 (-38.1%)
Mutual labels:  cookies
tickety-tick
A browser extension that helps you name branches and write better commit messages
Stars: ✭ 55 (+30.95%)
Mutual labels:  webextension
snoozz-tab-snoozing
A Web Extension to declutter windows by snoozing tabs for later
Stars: ✭ 105 (+150%)
Mutual labels:  webextension
cookieconsent-wpplugin
Cookie Consent WordPress plugin
Stars: ✭ 38 (-9.52%)
Mutual labels:  cookies
rack-session-smart cookie
Slightly smarter session cookies for Rack 2 apps
Stars: ✭ 43 (+2.38%)
Mutual labels:  cookies
HybridTvViewer
[WIP] Web extension making Firefox & Chrome emulate iTV webpages instead of downloading them.
Stars: ✭ 64 (+52.38%)
Mutual labels:  webextension
recap-chrome
Recap Chrome and Firefox Extension
Stars: ✭ 41 (-2.38%)
Mutual labels:  webextension

FlagCookies

A cookie manager allowing to flag and set rules explicitly for cookies, also third-party cookies. domain.net and subdomain.domain.net have individual rights. Providing several modes to set rules onto cookies and keeping a cookie profile, while being logged in in a website or service.

Note

This add-on is aimed at power users. By default it does nothing on its own. In order to get the most out of it, you have to define your own rules for websites or at least make some decisions. Also, in case you use payment services, be advised to disable the Global flag feature temporarily. For example when using Paypal.com or similar shopping or payment providers websites.

Long story made short

  1. Use Global mode if you are surfing, this will remove all kind of cookies while you browsing the web if not protected by profile mode.

  2. Use Auto flag settings which will remove all cookies for one website/domain - this can be useful if you only want to automatically remove these page cookies every time you are surfing on it.

  3. Use Profile mode either globally for a website, protecting all cookies of that domain if nothing no cookies are picked. Or protect single cookies even when Global flag or Auto flag modes are active.

Screenshot

Flag Cookies main user interface

Features

FlagCookies distinguishes between http(s)://domain.net and http(s)://subdomain.domain.net for the following features:

  • Detects and displays stored browser cookies and be able to manage (flag) and delete those while browsing, either automatically through global or auto flag mode or by own decision
  • Flag cookies either to be explicitly deleted even without global or auto flag mode or set them to be permitted and protected from removal by global or auto flag modes
  • Profile mode for a domain or cookies - to switch between logged into a website/service and not logged in modes in order to remove or keep cookies on demand
  • Auto flag mode only affecting this particular (sub)domain, removing every domain cookie which is not permitted or used as profile cookie, this also includes third-party and cross origin cookies.
  • Support for Firefox Multi-Account-Containers
  • Preferences allowing to import and export settings to a ZIP file. Import does not work in private windows!
  • Preferences allows to manage logged in profile cookiee, delete all domain settings and add-on settings and provides a Action log to display what FlagCookies is doing
  • Displays count of deleted cookies in the browser toolbar icon and in addition a summary of the action log when hovering the toolbar icon
  • Keyboard Shortcut Alt + Shift + A to enable/disable profile mode for a (sub)domain
  • Optional notifications, disabled by default for: profile mode shortcut activation/deactivation, cookies removed display and notifications enabled/disabled message

Requirements

Firefox 58.0a1+ or a recent version of Chrome or Opera browser(s).

Installation

Firefox

Use addons.mozilla.org: Flag Cookies on Add-ons Mozilla.org

Opera

Use addons.opera.com: Flag Cookies on Add-ons Opera.com

Chrome

Use the Chrome web store: Flag Cookies on the web store @ chrome.google.com

Help, documentation and usage

Please read along here: https://github.com/jrie/flagCookies/wiki/FlagCookies-help-and-documentation

Translations

As of version 3.0.27 translations can be done for Flag Cookies.

All translations are located inside _locales/ folder - and the folders en for general English,as well as de for German language. Inside every folder is a messages.json located. This file holds all translated strings.

To create a new language, for example French language, use fr as code. So it ends up to everything French language related inside _locales/fr/messages.json. To add another layer of help copy the help.html from the en directory to fr/help.html - when everything is done correctly, you will be able to see changes when using about:debugging in Firefox and loading the add-on.

More information can be found here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Internationalization

Providing feedback/feature wishes/ideas

Please file an issue on the issues page. I gladly try to respond to feedback and to improve Flag cookies. If you think a feature is missing or at worst, not working as expected, please also open an issue.

There is also a discussion on Mozillas Discourse where you can provide feedback: https://discourse.mozilla.org/t/support-flag-cookies-flagcookies-a-new-not-yet-another-cookie-cleaner-manager/31220

Thanks and notes

To all who helped so far through critic, general feedback and ideas. Keeps me going!

German speaking thread @ ngb.to about FlagCookies

Flag Cookies on german bulletin board ngb.to

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].