https://github.com/augnustin/target_blank-toggler
Chrome/Firefox extension that adds a key listener to toggle target="_blank"
https://github.com/augnustin/target_blank-toggler
tabs-management target-action ux
Last synced: 22 days ago
JSON representation
Chrome/Firefox extension that adds a key listener to toggle target="_blank"
- Host: GitHub
- URL: https://github.com/augnustin/target_blank-toggler
- Owner: augnustin
- Created: 2017-11-09T20:19:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T08:24:34.000Z (over 3 years ago)
- Last Synced: 2025-03-25T06:23:28.922Z (about 1 month ago)
- Topics: tabs-management, target-action, ux
- Language: JavaScript
- Homepage: https://augustin-riedinger.fr/en/resources/thoughts-on-target-blank/
- Size: 322 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `target="_blank"`-toggler
This extension was developped during the redaction of this [blog post](https://augustin-riedinger.fr/en/resources/thoughts-on-target-blank/). Go read it to get full-context.
You can download it in official registries:
- **[Chrome extension](https://chrome.google.com/webstore/detail/targetblank-toggler/emjjmkkcdllendgbldliiphlbpnomnjk)**
- **[Firefox extension](https://addons.mozilla.org/firefox/addon/target-_blank-toggler/)**## Usage

It does basically two things:
1. Changes the cursor to this one  when hovering a `target="_blank"` link
2. Toggles the `target="_blank"` attributes on links while pressing `Ctrl`/`Cmd` + `Shift`## TODO
Contributions welcome! Here's what would be nice:
- being able to customize the cursors
## Licence
[GNU General Public License, version 2.0](http://www.gnu.org/licenses/gpl-2.0.html)