window.open Opens in New Tab

By 1212jtraceur Last update Jul 8, 2007 — Installed 220 times. Daily Installs: 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
// ==UserScript==
// @name window.open Opens in New Tab
// @description Causes URIs opened with window.open to instead open in a new tab.
// @include *
// ==/UserScript==

unsafeWindow.open = GM_openInTab;