all links in new tab

open all links in new tab

目前為 2021-06-10 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
x94fujo6rpg
評價
0 0 0
版本
0.03
建立日期
2021-06-01
更新日期
2021-06-10
尺寸
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,
},