Search results for: header

Untitled Snippet

document.addEventListener("DOMContentLoaded", () => { const canvas = document.getElementById("canvas"); const ctx = canvas.getContext("2d"); const expressionInput = document.getElementById("expressionInput");…

<10

Back to Top Button (copy)

Add a simple button to scroll back to top on the frontend.

Untitled Snippet

body { font-family: Arial, sans-serif; text-align: center; margin: 20px; background-color: #f9f9f9; color: #333; } h1 {…

<10

Google Analytics

Downloaded when the analytics account was setup

Steven McGraw
<10

Facebook Domain Verification snippet

Asembo Digital Solutions Facebook Pixel ID (tracking)

Dynamic Monsterlinks by Id

// Target by ID window.onload = function(){ document.getElementById("someID").href="MONSTERLINK_URL"; }

1 17 18 19 20 21 24