This commit is contained in:
DogmaDragon 2025-12-06 15:25:15 +02:00
parent 5f6ca04e7e
commit f7fefe6ecd

View File

@ -72,7 +72,7 @@ function sfwswitch_switcher() {
function sfwswitch_findstashcss() {
for (let i = 0; i < document.styleSheets.length; i++) {
const stylesheet = document.styleSheets[i];
if (stylesheet.href && stylesheet.href.includes("/plugin/sfw_switch/css")) {
if (stylesheet.href && stylesheet.href.includes("/plugin/sfwswitch/css")) {
return stylesheet;
}
}