Hi folks,
I’ve written a custom code snippet which uses the GeoJS API to determine a users location and display various pieces of content based on that.
The code snippet works, but is being blocked by uBlock Origin with the error: “ERR_BLOCKED_BY_CLIENT”.
After some research, I hosted the script in Webflow by adding it via the assets panel as a .txt file. But the code is still being blocked with the same error.
I think this is because despite the JS being hosted locally, the API it needs to work is still external.
What’s a better way to do this?
This is the extent of my technical abilities so would appreciate a helping hand! Thanks.