We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tabId
openUrlInCurrentTab
1 parent bd3aca8 commit 4fd42adCopy full SHA for 4fd42ad
background_scripts/tab_operations.js
@@ -12,7 +12,6 @@ async function openUrlInCurrentTab(request) {
12
// (like github.com, developer.mozilla.org) will raise an error when we try to run this code. See
13
// https://github.com/philc/vimium/issues/4331.
14
if (UrlUtils.hasJavascriptPrefix(request.url)) {
15
- const tabId = request.tabId;
16
const scriptingArgs = {
17
target: { tabId: request.tabId },
18
func: (text) => {
0 commit comments