all links in new tab

open all links in new tab

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 or Violentmonkey 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!)

ئاپتورى
x94fujo6rpg
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
183
باھا نومۇرى
1 0 0
نەشرى
0.04
قۇرۇلغان ۋاقتى
2021-06-01
يېڭىلانغان ۋاقتى
2021-09-14
Size
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,
},