Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update bookmarklets.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnblockedHubOfficial authored Mar 4, 2024
1 parent 2f7d074 commit df8b644
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/bookmarklets.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,16 @@
<p>
<script src="/assets/scripts/global.js?v=8"></script>
<script src="/assets/scripts/settings.js?v=2"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X0BBK77EZR"></script>
<script>
window.dataLayer = window.dataLayer || []

function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-X0BBK77EZR')
</script>
</body>
</html>

1 comment on commit df8b644

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on df8b644 Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
theunblockedhub ✅ Deployed View Logs 2024-03-04T02:02:22.861Z

Please sign in to comment.