[READ-ONLY] Mirror of https://github.com/probablykasper/thumbnail-grabber. Chrome extension for grabbing thumbnails/covers
browser-extension chrome chrome-extension chrome-extention extension
0

Configure Feed

Select the types of activity you want to include in your feed.

SoundCloud: Use highest quality cover

Kasper (Jun 23, 2024, 8:39 AM +0200) fe1f19c9 a1583005

+2
+1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 3 ## Next 4 + - Use full quality SoundCloud covers 4 5 - Update to Manifest V3 5 6 - Fix Spotify cover quality 6 7 - Hide broken shortcuts link in Firefox
+1
src/content-script.ts
··· 472 472 if (bgImgUrl.endsWith('"') && bgImgUrl.endsWith('"')) { 473 473 bgImgUrl = bgImgUrl.slice(1, -1); 474 474 } 475 + bgImgUrl = bgImgUrl.replace('-t500x500.', '-original.'); 475 476 return bgImgUrl; 476 477 } else if (site === 'youtubeMusic') { 477 478 if (url !== location.href) {