Skip to content

Commit

Permalink
patch executeScript for firefox
Browse files Browse the repository at this point in the history
infokiller#450 tested in Firefox
  • Loading branch information
Anteus committed Nov 4, 2022
1 parent ea6f441 commit 0af5418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/webext-dynamic-content-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
if ('code' in content) {
throw new Error('chrome.scripting does not support injecting strings of `code`');
}
void chrome.scripting.executeScript({
void chromeP$1.scripting.executeScript({
target: {
tabId,
frameIds: arrayOrUndefined(frameId),
Expand Down

0 comments on commit 0af5418

Please sign in to comment.