你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/404695-fix-new-window-links-remove-target-attribute,源站連結 點此以跳轉

Fix New-Window Links (Remove target Attribute)

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



點此查看下載連結位址https://update.greasyfork.org.cn/scripts/404695/Fix%20New-Window%20Links%20%28Remove%20target%20Attribute%29.user.js

安装此脚本?
作者
Gavin Borg
日安装量
0
总安装量
72
评分
0 0 0
版本
1.0
创建于
2020-06-04
更新于
2020-06-04
大小
3.1 KB
许可证
暂无
适用于

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.