If you need to temporarily prevent Symplify from running projects you can use our function to opt-out. Add ?sg_optout ( or #sg_optout / &sg_optout ) in the URL and hit Enter. This will load the page without Symplify.
Example:
https://www.example.com/?sg_optout
You can also open up the browser's dev tools and run the following function call in the console.
symplify.optout(1);
Both these ways will deactivate the Symplify script until you closed the browser fully or the sg_optout cookie is cleared.