mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Just code style (JS)
This commit is contained in:
@ -21,7 +21,6 @@
|
||||
/**
|
||||
* Constants
|
||||
*/
|
||||
|
||||
const Address = {
|
||||
'ANY': '*://*/*',
|
||||
'ANY_PATH': '/*',
|
||||
@ -126,8 +125,8 @@ const Allowlist = {
|
||||
};
|
||||
|
||||
const BrowserType = {
|
||||
'CHROMIUM': chrome.runtime.getURL("/").startsWith("chrome-extension"),
|
||||
'FIREFOX': chrome.runtime.getURL("/").startsWith("moz-extension")
|
||||
'CHROMIUM': chrome.runtime.getURL('/').startsWith('chrome-extension'),
|
||||
'FIREFOX': chrome.runtime.getURL('/').startsWith('moz-extension')
|
||||
};
|
||||
|
||||
const IconType = {
|
||||
|
Reference in New Issue
Block a user