Como comprar unban msm estando na blacklist
Trancado
Off-topic
-
- https://mush.com.br/loja/unban
- F12 ou Ctrl + Shift + I
- Vá p a Aba Console
- Cole o Script:
(function () { if (document.getElementById('botao-ativar-addtocart')) { return; } const btn = document.createElement('button'); btn.id = 'botao-ativar-addtocart'; btn.textContent = 'Ativar'; btn.style.cssText = ` position: fixed; bottom: 20px; right: 20px; padding: 10px 20px; background-color: #FFA450; color: #fff; border: none; border-radius: 5px; cursor: pointer; z-index: 1000; `; document.body.appendChild(btn); console.log('Botão Ativar adicionado'); btn.addEventListener('click', () => { const botoes = document.querySelectorAll('a.pointer-events-none.cursor-not-allowed'); botoes.forEach((botao, index) => { const cont = botao.closest('.h-\\[19rem\\].w-\\[19rem\\]'); if (cont) { const link = cont.querySelector('div.font-bold a[href*="/checkout/cart/add"]'); if (link) { botao.href = link.href; botao.classList.remove('pointer-events-none', 'cursor-not-allowed', 'opacity-50'); botao.classList.add('cursor-pointer', 'opacity-100'); console.log(`Botão ${index + 1} ativado: ${link.href}`); } } }); console.log('Todos os botões foram ativados'); }); })();
- Pressione Enter
- Clique em Ativar
- Fim
-