https://github.com/wesleybranton/skip-ad-key-binder
Binds the media key on your keyboard to the skip ad button on YouTube videos.
https://github.com/wesleybranton/skip-ad-key-binder
firefox firefox-addon firefox-extension hacktoberfest webextension
Last synced: 5 months ago
JSON representation
Binds the media key on your keyboard to the skip ad button on YouTube videos.
- Host: GitHub
- URL: https://github.com/wesleybranton/skip-ad-key-binder
- Owner: WesleyBranton
- License: mpl-2.0
- Created: 2020-10-27T03:17:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T02:49:58.000Z (almost 2 years ago)
- Last Synced: 2024-08-16T03:43:24.627Z (almost 2 years ago)
- Topics: firefox, firefox-addon, firefox-extension, hacktoberfest, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/skip-ad-key-binder/
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Skip Ad Key Binder [
](https://addons.mozilla.org/firefox/addon/skip-ad-key-binder/)
The Skip Ad Key Binder add-on will connect your keyboard's next track key to the skip ad button that displays on skippable YouTube advertisements. This allows users to easily skip ads on videos when watching videos on a second monitor or second window.
If add-on will only work for users who have media keys available on their keyboards that work with Firefox.
## Development
This repository contains all of the required source code files to make changes to this extension. The "master" branch contains the source code for the latest stable release. If you want to test that version, you can view the release section to download the XPI file or visit the add-on listing on Mozilla.
If you want to make changes to this extension, you are welcome to do so. All files for the extension are located in the "firefox" folder. The source code of upcoming versions (if any) will be located in another branch.
To develop and test the extension, you need to open the "about:debugging" page in Firefox and select "Load Temporary Add-on". Then you can select any file within the "firefox" folder of this repository.
Further documentation about developing Firefox extensions can be found [here](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension).
## Release Notes
Release notes can be found on [this GitHub repository](https://github.com/WesleyBranton/Skip-Ad-Key-Binder/releases) or [the Firefox add-ons listing](https://addons.mozilla.org/firefox/addon/skip-ad-key-binder/versions/).