Skip to content

Instantly share code, notes, and snippets.

View mannbarry2's full-sized avatar

barry mann mannbarry2

View GitHub Profile
@walkergv
walkergv / gtm.tampermonkey.js
Last active February 21, 2023 07:55
Adding GTM (Google Tag Manager) Container Code using Tampermonkey
// ==UserScript==
//@name Name of your script
//@namespace http://use.i.E.your.homepage/
//@version 0.1
//@description Inject GTM bootstrap on my website
//@include http://www.domain.com/* [wildcard url where GTM should inject the code]
// ==/UserScript==
// Google Tag Manager
setTimeout("(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':"+
@AvlSEONinja
AvlSEONinja / webhooks-elementor-forms-to-google-spreadsheets.js
Created April 25, 2020 00:55
Send Elementor form data directly to a Google Sheet via Webhook
/*
* In order to enable this script, follow these steps:
*** Open the Google Sheet you want to use,
** From the Tools menu select "Script Editor"
* Paste this script into code editor and hit Save.
*
*** Then click:
** "Publish" & select "Deploy as web app...
*** Select:
** Execute the app as: Me (youremail@gmail.com)