Tikabum

Publicar Relatório em Massa

May 6th, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var text = document.getElementById("message").value;
  2. text = text.replace(/\[report\]/g, "[spoiler= ⚡ RELATÓRIO][report_display]");
  3. text = text.replace(/\[\/report\]/g, "[/report_display][/spoiler]");
  4. document.getElementById("message").value = text;
Advertisement
Add Comment
Please, Sign In to add comment