// ==UserScript==
// @name Colorful Repertoire With Music quality
// @namespace Violentmonkey Scripts
// @match https://*.popmundo.com/World/Popmundo.aspx/Artist/Repertoire/*
// @grant GM_setValue
// @grant GM_getValue
// @license M.I.T
// @version 1.2
// @description 28/09/2024, 00:38:02
// @downloadURL none
// ==/UserScript==
const currentUrl = window.location.href;
const bandId = currentUrl.split('/').pop();
const urlDomain = window.location.hostname;
let grupos = GM_getValue('grupos', ['default']); // Inicia com o grupo 'default' se não houver nenhum
jQuery(document).ready(function () {
// Create a div for color pickers
const colorPickerDiv = jQuery('
', { class: 'box', css: { marginBottom: '10px', padding: '10px', border: '1px solid #ccc' } });
const heading = jQuery('
').text('Configuração das Cores').appendTo(colorPickerDiv);
// Create color pickers
const propriaColorPickerLabel = jQuery('