mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-19 22:18:40 +03:00
test
This commit is contained in:
1
popup.js
1
popup.js
@@ -1,7 +1,6 @@
|
|||||||
//make this a function to allow this to run on the content page
|
//make this a function to allow this to run on the content page
|
||||||
async function runThePopup() {
|
async function runThePopup() {
|
||||||
localizeHtmlPage();
|
localizeHtmlPage();
|
||||||
await config();
|
|
||||||
//is it in the popup or content script
|
//is it in the popup or content script
|
||||||
var inPopup = true;
|
var inPopup = true;
|
||||||
if (chrome.tabs == undefined) {
|
if (chrome.tabs == undefined) {
|
||||||
|
|||||||
Reference in New Issue
Block a user