Skip to content

salomaoparkour/tracking-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

tracking-scripts

public tracking scripts

Scripts

test-params.js

Captures URL parameters from the current page and logs them to the console. Useful for debugging and testing URL parameter handling.

Usage: Include the script in your HTML page:

<script src="test-params.js"></script>

Example output (for URL example.com?name=John&age=30):

Captured URL parameters: { name: 'John', age: '30' }

About

public tracking scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •