RetroTxt
RetroTxt copied to clipboard
RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into web documents.
- Chrome mandates this migration by the end of 2022. - Firefox currently has incomplete support for the API.  Project: https://github.com/bengarrett/RetroTxt/projects/2
Use a service worker timer library? https://github.com/chrisguttandin/worker-timers
Currently `host_permissions` is used for simplified permissions but this requests too broad permissions on installation. With some experimentation this might be able to be narrowed, ```json "host_permissions": [ "*://*.retrotxt.com/*", "https://*/",...
1. Fetch and display the favicon of the host web server when rendering a text document. 2. Use a generic RetroTxt favicon when no favicon exists or when the `file:///`...
Bumps the updates group with 1 update: [dompurify](https://github.com/cure53/DOMPurify). Updates `dompurify` from 3.0.11 to 3.1.1 Release notes Sourced from dompurify's releases. DOMPurify 3.1.1 Fixed an mXSS sanitiser bypass reported by @icesfont...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.0.0. Release notes Sourced from eslint's releases. v9.0.0 Breaking Changes b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh) 09bd7fe feat!: move AST...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
I use RetroTxt more for reading text files than ANSI art, so I hope this isn't going too far down a customization rabbit hole than you'd like. Also, please note...
Bumps the updates group with 1 update in the / directory: [globals](https://github.com/sindresorhus/globals). Updates `globals` from 15.4.0 to 15.6.0 Release notes Sourced from globals's releases. v15.6.0 Add Chai globals (#247) 9b0c591...
Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.12.0 to 8.1.0. Release notes Sourced from web-ext's releases. 8.1.0 features web-ext lint: updated to use addons-linter v6.29.0 bug fixes, etc. Updated braces version to fix https://github.com/advisories/GHSA-grv7-fg5c-xmjg...