https://github.com/cloudflare-apps/a-better-browser
Let users know when their browser needs an upgrade!
https://github.com/cloudflare-apps/a-better-browser
cloudflare cloudflare-apps javascript
Last synced: about 7 hours ago
JSON representation
Let users know when their browser needs an upgrade!
- Host: GitHub
- URL: https://github.com/cloudflare-apps/a-better-browser
- Owner: cloudflare-apps
- License: unlicense
- Created: 2012-03-31T17:45:33.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T08:19:29.000Z (over 7 years ago)
- Last Synced: 2026-04-20T18:42:30.110Z (3 months ago)
- Topics: cloudflare, cloudflare-apps, javascript
- Language: JavaScript
- Homepage: https://www.cloudflare.com/apps/a-better-browser
- Size: 357 KB
- Stars: 109
- Watchers: 11
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# A Better Browser – Cloudflare App
Giving Cloudflare site owners a way to promote upgrading their old Internet Explorer browser.
## Usage
Install the dependencies with `npm install`
* `npm start` Watch for file changes and compile them.
* `npm run build` Compiles your JavaScript and CSS once for release.
## How to add a language
* Fork this repository
* Edit `translations.js` and your language in alphabetical order *(leave English at the top)*
* Commit your changes, preferably in one commit
* Make a pull request
Please do not change increase version or minify the file (we will do that ourselves).
## License
The contents are under the public domain. See [LICENSE](LICENSE) for more information.