om.Action.close

document.addEventListener('om.Action.close', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…

Revenue Attribution Exclude Campaign

document.addEventListener('om.Campaign.init', function(event) { if ('CAMPAIGN_ID' === event.detail.Campaign.id) { // replace CAMPAIGN_ID with the OptinMonster campaign's unique…

trigger spesific monsterlink on hover

jQuery(document).ready(function($){ // Change 'rt78pcbzrddo1y7w0yq3' to match your specific campaign slug var campaignSlug = 'rt78pcbzrddo1y7w0yq3'; // When…

om-custom-redirect-close.js

jQuery(document).ready(function($){ function omRedirect() { var url = "https://optinmonster.com"; $(location).attr('href',url); } $(document).on('OptinMonsterOnClose', function(event, data, object){ if(data.optin =…

css-namespace-footer.css

html div#om-{{id}} .{{ns}}-footer { /* Your custom styles */ }

Change "Bank Routing Number" fields to "Sort Code"

Use this code snippet to reformat the form to British banking details. Output: https://snipboard.io/mKSn9g.jpg Alternatively, you…

Untitled Snippet

https://innumerablemakeupreligious.com/egbh8ew6?key=569cae2c57f815ee17982f36028c9a15

Normalize CSS (The New Normal)

https://github.com/sarahschopick/the-new-normal.css.git https://github.com/sarahschopick/normalize-wordpress.git

IDK...

Hopefully the code for Docket shop

Justin Barron
<10

footer forever

Navigate Home Shop Doggyography Training Contact Follow The Pack IG TT FB YT Join The Pack…

Count Up

Counter that increases by a certain number per day.

1 130 131 132 133 134 225