// ==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.1 // @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; 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('