You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace Imgur images with local alternatives for UK accessibility
- Download 19 Imgur-hosted images to static/images/
- Update markdown references to use local paths
- Add mise.toml for Node.js 24 and Bun version management
- Fix compress_images workflow to only run on PR open
Fixes#188
Copy file name to clipboardExpand all lines: .github/workflows/compress_images.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
name: Compress Images
2
2
on:
3
3
pull_request:
4
-
# Run Image Actions when JPG, JPEG, PNG or WebP files are added or changed.
5
-
# See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths for reference.
Copy file name to clipboardExpand all lines: docs/advanced-usage/custom-apps.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Three apps have been included to demonstrate how to create and inject an app:
73
73
74
74
Fetching posts from any Spotify link sharing subreddit. You can add, remove, arrange subreddits and customize post visual in config menu (in Profile menu, top right button with your username).
75
75
76
-

76
+

77
77
78
78
To install, run following commands:
79
79
@@ -86,7 +86,7 @@ spicetify apply
86
86
87
87
Aggregate all new releases from favorite artists, podcasts. Time range, release type, and other filters can be customized in config menu (in Profile menu, top right button with your username). Date format is based on your locale code (BCP47).
88
88
89
-

89
+

90
90
91
91
To install, run following commands:
92
92
@@ -101,7 +101,7 @@ Get access to the current track's lyrics from various lyrics providers (Musixmat
101
101
102
102
Colors, lyrics providers can be customized in config menu (in Profile menu, top right button with your username).
Copy file name to clipboardExpand all lines: docs/advanced-usage/extensions.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,23 +84,23 @@ Videos are unable to play in some regions because of Spotify's policy. Instead o
84
84
85
85
Easily store and browse pages, play tracks or tracks in specific time. Useful for who wants to check out an artist, album later without following them or writing their name down.
86
86
87
-

87
+

88
88
89
89
### Christian Spotify
90
90
91
91
**Filename:**`autoSkipExplicit.js`
92
92
93
93
Auto skip explicit tracks. Toggle option is in Profile menu (top right button).
Full App Display: Minimal album cover art display with beautiful blur effect background. Activating button located in top bar. While in display mode, double click anywhere to exit. Right click anywhere to open setting menu.
Provide ability to mark start and end points on progress bar and automatically loop over that track portion.
124
124
125
-

125
+

126
126
127
127
### Pop-up Lyrics
128
128
129
129
**Filename:**`popupLyrics.js`
130
130
131
131
Have easy access to a pop-up window with the current song's lyrics. Click at microphone icon on top bar to open lyrics windows. Right click at the same icon to open config menu to customize looks and lyrics providers priorities.
Shuffles using Fisher–Yates algorithm with zero bias. After installing extensions, right click album/playlist/artist item, there will be an option "Play with Shuffle+". You can also multiple select tracks and choose to "Play with Shuffle+".
139
139
140
-

140
+

141
141
142
142
### Trash Bin
143
143
144
144
**Filename:**`trashbin.js`
145
145
Throw songs/artists to trash bin and never hear them again (automatically skip). This extension will append a Throw to Trashbin option in tracks and artists link right click menu.
146
146
147
-

147
+

148
148
149
149
### Web Now Playing
150
150
@@ -173,7 +173,7 @@ If you are running Spicetify 1.2.1 or below, and a supported Spotify version, yo
173
173
174
174
Easily setting up the client for your friends or audiences to choose, add song to queue but prevent them to control player. Plays button in album track list/playlist are re-purposed to add track to queue, instead of play track directly. Hide Controls option also allow you to hide all control button in player bar, Play/More/Follow buttons in cards.
175
175
176
-

176
+

177
177
178
178
### New Release
179
179
@@ -189,4 +189,4 @@ Aggregate all new releases from favorite artists, podcasts. Setting menu could b
189
189
190
190
You like using Discover, New Releases page to find new music but adding each one of them to queue takes a lot of effort? If so, activate this extensions and apply. At top of every carousel now has a "Queue All" button to help you add all of them to queue. Note: Not available for playlist carousels. Just songs, albums ones.
Copy file name to clipboardExpand all lines: docs/development/js-modules.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ For Japanese studying purpose, I'm developing an extension that shows the Romaji
21
21
22
22
The idea is when I right click at track name and choose Show Romaji:
23
23
24
-

24
+

25
25
26
26
Result should show as a notification:
27
27
28
-

28
+

29
29
30
30
To translate Japanese text to Romaji, I use a package named [kuroshiro](https://github.com/hexenq/kuroshiro). Luckily, this package will export distribution files as ES6 Module. This is quite important because package itself relies on other utilities packages too. When it is compiled as an ES6 module, everything is transpiled to Browser supported Javascript and combined in one file. Moreover, kuroshiro also needs [kuroshiro-analyzer-kuromoji](https://github.com/hexenq/kuroshiro-analyzer-kuromoji) package to be usable, which relies on dictionaries gzip files. You can see there is no easy way to utiltise both packages and their external files if we use traditional Javascript extension.
Copy file name to clipboardExpand all lines: docs/faq.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,15 +69,15 @@ This problem happens in the extension [Popup Lyrics](https://github.com/spicetif
69
69
70
70
3. Now in Musixmatch app, hit `Ctrl + Shift + i` to bring up DevTools.
71
71
72
-

72
+

73
73
74
74
4. Switch to Network tab. Hit `Ctrl + R`. Filter results with "apic":
75
75
76
-

76
+

77
77
78
78
5. Click on any result. Click on the Headers tab. Scroll all the way down. Note down `usertoken`
79
79
80
-

80
+

81
81
82
82
It should look like this:
83
83
@@ -87,4 +87,4 @@ It should look like this:
87
87
88
88
6. You can open the config for Popup Lyrics by right clicking on the Popup Lyrics button. Or if you're using Lyrics Plus, open the config by clicking on Lyrics in the sidebar and clicking on the profile menu and then clicking 'Lyrics Plus config'. You can then paste your personal token in the input field in the Musixmatch section and turn the switch on.
0 commit comments