Extending the dashboard
Last updated
Was this helpful?
Last updated
Was this helpful?
Sometimes you might want to add or remove information from your dashboard, or automate specific tasks.
You can use a browser extension such as to automatically executed custom JavaScript on your dashboard.
Examples:
Let's assume you want to make it so that when you click the country flag next to an user IP (in the visitors list) it opens a new tab with the geolocation information of that IP.
One basic solution would be:
Every 2 seconds, find all IP td
elements in the table
Get the IP from the value
of the td
Make onclick
handler of the flag icon open a new tab to a geolocation of that IP.
This will only work if IP hashing and IP censoring are disabled in the settings, otherwise there is no way to know the IP of the user.
For your UXWizz dashboard URL, add this code in the extension
So it will look like: