all links in new tab

open all links in new tab

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
x94fujo6rpg
日安装量
0
总安装量
183
评分
1 0 0
版本
0.04
创建于
2021-06-01
更新于
2021-09-14
大小
2.4 KB
许可证
暂无
适用于
所有网站

make all link open in new tab

newtab options (新分頁選項)

  • active
    • decides whether the new tab should be focused
    • 是否在新分頁打開後跳到該分頁
  • insert
    • that inserts the new tab after the current one
    • 是否將新分頁排在目前分頁後面
  • setParent
    • makes the browser re-focus the current tab on close
    • 是否在該分頁關閉時回到目前分頁
  • incognito
    • makes the tab being opened inside a incognito mode/private mode window
    • 是否在隱密模式下打開分頁
newTabConfig = {
    active: false,
    inserts: false,
    setParent: false,
    incognito: false,
},