Skip to content

Commit

Permalink
Update readme and meta
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Dec 10, 2023
1 parent 56a77f6 commit efecafe
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:

# FILE GENERATED WITH: npx ghat fregante/ghatemplates/webext
# SOURCE: https://github.com/fregante/ghatemplates
# OPTIONS: {"set":["jobs.Submit.strategy.matrix.command=[Chrome]"]}

name: Release
on:
Expand Down
28 changes: 25 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# jdm
# Just Delete Me - Chrome Extension

Soon available at https://chrome.google.com/webstore/detail/dlhckcablohllindinahbbpnfgblimoe
> Find out how difficult it is to delete your account from websites
Started as suggested in https://github.com/jdm-contrib/jdm/issues/1772#issuecomment-1721278112
Information about how to delete account is pulled daily from [JustDeleteMe.xyz](http://justdeleteme.xyz/)

This extension will add a traffic light icon to your toolbar indicating the difficulty in removing an account on the website your visiting.

Upon clicking this icon you will be taken to justdeleteme.xyz, where you can find more information on how to delete your account.

Colour Key:
Green - Simple process
Yellow - Some extra steps involved
Red - Cannot be fully deleted without contacting customer-services
Block - Cannot be deleted

## Install

[link-chrome]: https://chrome.google.com/webstore/detail/just-delete-me/dlhckcablohllindinahbbpnfgblimoe 'Version published on Chrome Web Store'

[<img src="https://github.com/alrra/browser-logos/90fdf03c/src/chrome/chrome.svg" width="48" alt="Chrome" valign="middle">][link-chrome] [<img valign="middle" src="https://img.shields.io/chrome-web-store/v/dlhckcablohllindinahbbpnfgblimoe.svg?label=%20">][link-chrome] and other Chromium browsers

Firefox is available at https://github.com/jdm-contrib/justdelete.me-firefox-addon

## License

MIT © [Federico Brigante](https://fregante.com)
2 changes: 1 addition & 1 deletion source/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async function updateRules() {
],
}));

await chrome.declarativeContent.onPageChanged.removeRules(undefined);
await chrome.declarativeContent.onPageChanged.removeRules();

// Try not to fail the entire extension of one site is invalid
// Don't call addRules too many times or else it will slow down the browser
Expand Down

0 comments on commit efecafe

Please sign in to comment.