mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 03:27:03 +03:00
bump version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_fullName__",
|
"name": "__MSG_fullName__",
|
||||||
"short_name": "SponsorBlock",
|
"short_name": "SponsorBlock",
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_Description__",
|
"description": "__MSG_Description__",
|
||||||
"homepage_url": "https://sponsor.ajay.app",
|
"homepage_url": "https://sponsor.ajay.app",
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ import { isFirefoxOrSafari, waitFor } from "../maze-utils/src";
|
|||||||
import { injectUpdatedScripts } from "../maze-utils/src/cleanup";
|
import { injectUpdatedScripts } from "../maze-utils/src/cleanup";
|
||||||
import { logWarn } from "./utils/logger";
|
import { logWarn } from "./utils/logger";
|
||||||
import { chromeP } from "../maze-utils/src/browserApi";
|
import { chromeP } from "../maze-utils/src/browserApi";
|
||||||
|
import { getHash } from "../maze-utils/src/hash";
|
||||||
const utils = new Utils({
|
const utils = new Utils({
|
||||||
registerFirefoxContentScript,
|
registerFirefoxContentScript,
|
||||||
unregisterFirefoxContentScript
|
unregisterFirefoxContentScript
|
||||||
@@ -136,6 +137,12 @@ chrome.runtime.onInstalled.addListener(function () {
|
|||||||
chrome.tabs.create({url: chrome.runtime.getURL("/permissions/index.html")});
|
chrome.tabs.create({url: chrome.runtime.getURL("/permissions/index.html")});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getHash(Config.config!.userID!).then((userID) => {
|
||||||
|
if (userID == "60eed03c8644b7efa32df06977b3a4c11b62f63518e74a0e29baa1fd449cb54f") {
|
||||||
|
Config.config.prideTheme = true;
|
||||||
|
}
|
||||||
|
});
|
||||||
}, 1500);
|
}, 1500);
|
||||||
|
|
||||||
if (!isFirefoxOrSafari()) {
|
if (!isFirefoxOrSafari()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user