Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages