Skip to content

Instantly share code, notes, and snippets.

View gambuzino-wonder's full-sized avatar

gambuzino-wonder

View GitHub Profile
@gambuzino-wonder
gambuzino-wonder / script.js
Last active January 3, 2026 13:01
Bricks Builder: Cloudflare Turnstile Custom Loading Button & Script Interceptor
//Put the bellow code going to your login template > Page Settings > Custom Code > Custom CSS
<script>
document.addEventListener("DOMContentLoaded", function() {
// CONFIG: IDs from form, ckek yours and replace here your form id
const formId = 'form-login';
// 1. Find submit button at the Form using querySelector
const formElement = document.getElementById(formId);
if (!formElement) return; // Sai se não encontrar o form