Skip to content

Instantly share code, notes, and snippets.

View szymonszewcjr's full-sized avatar

szymonszewcjr szymonszewcjr

View GitHub Profile
@RobyRew
RobyRew / spotifyhosts
Last active January 15, 2023 08:54
Spotify Methods to Block Ads
Official SubReddit: https://www.reddit.com/r/Spotifyhosts/
FOLLOW DOWN
| |
| |
\ | / \ | /
\|/ \|/
function getRandomInt(min, max) {
return min + Math.floor(Math.random() * (max - min + 1));
}