TIL web dev debugging parameter trick
POSTED ON:
You probably shouldn't do this on prod, but you can add debugging mode to allow for specific features.
Something like: site.com?debug
Features include:
- Automatically running specific JS codes
- Turning on console logs/errors
- adding custom classes (like a red box around everything)
Endless ideas!
Related TILs
Tagged: url