Skip to content

Instantly share code, notes, and snippets.

@egordm
Last active October 20, 2025 17:54
Show Gist options
  • Save egordm/8a1d558213942c104235d16dff7b3558 to your computer and use it in GitHub Desktop.
Save egordm/8a1d558213942c104235d16dff7b3558 to your computer and use it in GitHub Desktop.
Enable Songsterr Premium
// ==UserScript==
// @name Enable Songsterr Premium
// @version 0.1
// @description Enable songsterr premium
// @author EgorDm
// @grant none
// @include *songsterr.com*
// @include songsterr.com*
// @include *songsterr.com
// @include songsterr.com
// @include www.songsterr.com*
// @include http://songsterr.com/*
// @include http://*.songsterr.com/*
// ==/UserScript==
(function() {
'use strict';
// Find all the objects that have user property and set hasPlus key in user to true. Simple as that
Object.values(window).filter((el) => el instanceof Object && el.hasOwnProperty('user')).map((el) => el.user.hasPlus=true);
})();
@agerard57
Copy link

Hey @trollaa, you should go and install tampermonkey or other similar UserScript injectors (It's basically a browser extension.)

@agerard57
Copy link

Doens't seem to work at a first glance tho

@agerard57
Copy link

agerard57 commented Jul 8, 2024

Here's a fixed version.
Cheers

EDIT: Haven't tested it since, but it seems to be ineffective as of 2025.

@LakeAcross
Copy link

Unfortunately it stopped working

@LakeAcross
Copy link

Unfortunately it stopped working

I'm talking about the fixed version

@Darkil1
Copy link

Darkil1 commented May 15, 2025

Unfortunately it stopped working

I'm talking about the fixed version

https://github.com/Strikeless/SongsterrPlusPatcher

this patch works

@LakeAcross
Copy link

Unfortunately it stopped working

I'm talking about the fixed version

https://github.com/Strikeless/SongsterrPlusPatcher

this patch works

Believe it or not by problem was being logged in, it actually works perfectly without an account, my bad

@carlosMayor0
Copy link

Today it stopped working for me :C

@eltonpedasi
Copy link

eltonpedasi commented Jun 25, 2025

Today it stopped working for me :C (2)

@jull1719
Copy link

jull1719 commented Jun 25, 2025

Today it stopped working for me :C (3)\

edit 1: usind adblock origin (at least on firefox), wait until the blur and subscription windows appear, then right-click on the poster and select "Block Element." A window will open where you select the element that creates that letter. Finally, click "Create" to add a custom rule. Repeat the same process to remove all blurs and ads. It's worked for me so far without any issues.

edit 2: It also works in Brave in a similar way, only it is not necessary to install any extension.

@Darkil1
Copy link

Darkil1 commented Jun 25, 2025

Today it stopped working for me :C

https://github.com/Darkil1/songsterr-plus-unlocker/blob/main/songsterr-plus-unlocker.js

I redid the script and it worked for me

@carlosMayor0
Copy link

It works now, thank u <333

@LakeAcross
Copy link

LakeAcross commented Jun 26, 2025

Today it stopped working for me :C

https://github.com/Darkil1/songsterr-plus-unlocker/blob/main/songsterr-plus-unlocker.js

I redid the script and it worked for me

Unfortunately it stopped working for real this time, with the script you provided

Uploading songster plus fail.jpg…

@hacksconer7-rgb
Copy link

hi all does this still work, or am i doing something wrong?

@5erburn1
Copy link

5erburn1 commented Sep 8, 2025

hi all does this still work, or am i doing something wrong?

nope, still waiting till OP give us something

@KitaHare
Copy link

Ohno it doesn‘t work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment