Songsterr Premium - songsterr.com

20/06/2023

目前为 2023-06-23 提交的版本。查看 最新版本

// ==UserScript==
// @name        Songsterr Premium - songsterr.com
// @namespace   https://github.com/Thibb1
// @match       https://*songsterr.com/*
// @grant       none
// @version     1.2
// @author      Thibb1
// @description 20/06/2023
// @license     GPL
// ==/UserScript==

(function () {
    'use strict';
    const a = document.body.querySelector('#state');
    a.textContent = a.textContent.replace('hasPlus":false', 'hasPlus":true');
    window.addEventListener('load', () => {
        document.querySelector('#showroom').removeAttribute('class');
        if (navigator.userAgentData.mobile) {
            document.body.querySelector('#showroom_header').removeAttribute('class');
        }
    });
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址