Fix New-Window Links (Remove target Attribute)

Remove the target attribute from the links matching the given string.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
Gavin Borg
Daily installs
1
Total installs
72
Ratings
0 0 0
Version
1.0
Created
2020-06-04
Updated
2020-06-04
Size
3.14 KB
License
N/A
Applies to

This script removes the target attribute from links with the specified path, so that clicking them opens in the current tab/window instead of a new one.

How to Use

  1. Add the sites you want to either the user includes or user matches - this script only runs on the greasyfork installation page for this script by default (feel free to remove that one).
  2. Open one of the pages that match your sites.
  3. Open the settings page using the sub-menu item for the script.
  4. Enter jQuery-style selectors for the links that you want to open in the same tab/window.
  5. Save and close the settings.
  6. Repeat for other sites.

After that, the links you've specified should always open in the same tab/window.

Notes

  • This script uses the first matching user include/match to store/retrieve your settings, so I'd recommend against overlapping rules there.
  • The settings are saved locally, so you should be able to export/import as needed using the "Storage" tab in Tampermonkey or similar.

Changelog

  • 1.0 (6/4/20)
    • Initial release

Source: GitHub. Please direct all issues/questions there.

Available on Greasy Fork for easy installation.