mirror of
https://github.com/tiennm99/WPlace-AutoBOT.git
synced 2026-08-05 08:22:39 +00:00
background.js
This commit is contained in:
@@ -278,7 +278,9 @@ async function loadExtensionResources() {
|
||||
'themes/acrylic.css',
|
||||
'themes/classic-light.css',
|
||||
'themes/classic.css',
|
||||
'themes/neon.css'
|
||||
'themes/neon.css',
|
||||
'themes/neon-cyan.css',
|
||||
'themes/neon-light.css'
|
||||
];
|
||||
|
||||
for (const themeFile of themeFiles) {
|
||||
@@ -787,3 +789,4 @@ chrome.runtime.onMessage.addListener((msg, sender, sendResponse) => {
|
||||
return true; // Important: indicates async response
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user