Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnhovde/trump-be-gone
Trump removal for chrome
https://github.com/bnhovde/trump-be-gone
Last synced: about 1 month ago
JSON representation
Trump removal for chrome
- Host: GitHub
- URL: https://github.com/bnhovde/trump-be-gone
- Owner: bnhovde
- License: mit
- Created: 2017-02-23T13:52:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T14:18:32.000Z (almost 8 years ago)
- Last Synced: 2023-08-30T23:19:48.378Z (over 1 year ago)
- Language: CSS
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Trump-be-gone
Sick of Trump? Chrome extension that replaces the name with something else...
## Roadmap:
- Replace [v1.0](https://chrome.google.com/webstore/detail/trump-be-gone/hdogoomobiommmfeekbmnmcogakplogm?hl=en-US&gl=NO)
- Auto-detect language and provide translated names
- Replace images
- Intercept and modify text before it hits the DOM## Developing
1. Run `yarn`.
2. Run `npm run start`
3. Load your extension on Chrome following:
1. Access `chrome://extensions/`
2. Check `Developer mode`
3. Click on `Load unpacked extension`
4. Select the `build` folder.## Links:
[Chrome Extension](https://developer.chrome.com/extensions/getstarted)
[Badge modify](https://github.com/jhen0409/react-chrome-extension-boilerplate/blob/a01eddca4c8397a91a671830f3c49fa022a5010a/chrome/extension/background/badge.js)## Credits:
Created using the [chrome-extension-webpack-boilerplate/](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate/) made by Samuel Simões ~ [@samuelsimoes](https://twitter.com/samuelsimoes) ~ [Blog](http://blog.samuelsimoes.com/)