Modern Chrome Web Extension and Firefox Browser Addon for The Aviation Safety Network to enable dark mode plus add additional features.
All Chromium Based Browsers can install the extension from the Chrome Web Store.
- Enable Dark Mode
- Highlight Rows with Fatalities
- Add Additional Links to Entries
- Expand Images from Sources
- Hide Wiki Warnings on Entries
- Update Main Navigation Links
- Hide Site Header Image
- Add Keyboard Shortcuts for Navigation
- Easily Play Narrative as Text to Speech
- Search Registration/Operator from Selection Text
- Search Registration/Operator from Popup Action
- Auto Fill New Incidents for US and Canada Registration
- Infinite Scroll when Browsing Incidents
Tip
Don't see your feature here? Submit a Feature Request.
- Nobody has asked any...
Tip
Don't see your question here? Start a Q&A Discussion.
- Disabling some features requires a page reload before they will take effect.
Tip
Don't see your issue here? Open a New Issues.
You can pin the Addon by clicking the Puzzle Piece, find the Web Extension icon, then;
Chrome, click the Pin icon.
Firefox, click the Settings Wheel and Pin to Toolbar.
To open the options, click on the icon (from above) then click Open Options.
You may also access the Options and Home page from a Right Click if Enabled in Options.
Logs can be found inspecting the page (Ctrl+Shift+I), clicking on the Console, and; Firefox: toggling Debug logs, Chrome: toggling Verbose from levels dropdown.
If you run into any issues or need help getting started, please do one of the following:
- Report an Issue: https://github.com/cssnr/asn-plus/issues
- Q&A Discussion: https://github.com/cssnr/asn-plus/discussions/categories/q-a
- Request a Feature: https://github.com/cssnr/asn-plus/issues/new?template=1-feature.yaml
- Chat with us on Discord: https://discord.gg/wXy6m2X8wY
To support this project, see the Contributing section at the bottom.
Quick Start
First, clone (or download) this repository and change into the directory.
Second, install the dependencies:
npm installFinally, to run Chrome or Firefox with web-ext, run one of the following:
npm run chrome
npm run firefoxAdditionally, to Load Unpacked/Temporary Add-on make a manifest.json and run from the src folder, run one of the following:
npm run manifest:chrome
npm run manifest:firefoxChrome: https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked
Firefox: https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/
For more information on web-ext, read this documentation.
To pass additional arguments to an npm run command, use --.
Example: npm run chrome -- --chromium-binary=...
Install the requirements and copy libraries into the src/dist directory by running npm install.
See gulpfile.js for more information on postinstall.
npm installTo create a .zip archive of the src directory for the desired browser run one of the following:
npm run build
npm run build:chrome
npm run build:firefoxFor more information on building, see the scripts section in the package.json file.
- Build or Download a Release.
- Unzip the archive, place the folder where it must remain and note its location for later.
- Open Chrome, click the
3 dotsin the top right, clickExtensions, clickManage Extensions. - In the top right, click
Developer Modethen on the top left clickLoad unpacked. - Navigate to the folder you extracted in step #3 then click
Select Folder.
- Build or Download a Release.
- Unzip the archive, place the folder where it must remain and note its location for later.
- Go to
about:debugging#/runtime/this-firefoxand clickLoad Temporary Add-on... - Navigate to the folder you extracted earlier, select
manifest.jsonthen clickSelect File. - Open
about:configsearch forextensions.webextensions.keepStorageOnUninstalland set totrue.
If you need to test a restart, you must pack the addon. This only works in ESR, Development, or Nightly. You may also use an Unbranded Build: https://wiki.mozilla.org/Add-ons/Extension_Signing#Unbranded_Builds
- Run
npm run build:firefoxthen useweb-ext-artifacts/{name}-firefox-{version}.zip. - Open
about:configsearch forxpinstall.signatures.requiredand set tofalse. - Open
about:addonsand drag the zip file to the page or choose Install from File from the Settings wheel.
Please consider making a donation to support the development of this project and additional open source projects.
Additionally, you can give a 5-star rating on Google or Mozilla and star this project on GitHub.
Other Web Extensions I have created and published:
- Link Extractor
- Open Links in New Tab
- Auto Auth
- Cache Cleaner
- HLS Video Downloader
- Zipline Extension
- Obtainium Extension
- SMWC Web Extension
- PlayDrift Extension
- ASN Plus
- Aviation Tools
- Text Formatter
For a full list of current projects visit: https://cssnr.github.io/