Skip to content

Instantly share code, notes, and snippets.

tiktok-developers-site-verification=Fqgbs28NTSVRYEOpqzIfN2NzJu8hCLvP
javascript:(function(){
// === efeito de tela branca por 1 segundo, simulando recarregamento ===
const overlay = document.createElement('div');
overlay.style.position = 'fixed';
overlay.style.top = '0';
overlay.style.left = '0';
overlay.style.width = '100vw';
overlay.style.height = '100vh';
overlay.style.backgroundColor = 'white';
overlay.style.zIndex = '999999';