We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b20263 commit 84e5892Copy full SHA for 84e5892
src/checkerV2.js
@@ -26,9 +26,9 @@
26
}],
27
});
28
} else {
29
- sessionStorage.removeItem(key)
+ sessionStorage.removeItem(key);
30
}
31
32
33
throw new Error(`${pluginName}: UnderScript required`);
34
-})(this.GM_info?.script?.name);
+}(this.GM_info?.script?.name));
src/utils/isApril.js
@@ -1,8 +1,8 @@
1
import { getSeasonMonth } from './season.js';
2
3
-export const AUDIO = 'aprilmusics';
+export const AUDIO = 'fishMusics';
4
5
-export const IMAGES = 'aprilimages';
+export const IMAGES = 'fishImages';
6
7
export function isApril() {
8
return getSeasonMonth() === 4;
0 commit comments