if `location.reload(true)` isn’t working, maybe the script isn’t executing?
try putting `console.log('test')` right before it to see if it runs.
also, yeah, cache can mess with it—adding a random query param like `?t=${Date.now()}` to the url forces a fresh load.
try putting `console.log('test')` right before it to see if it runs.
also, yeah, cache can mess with it—adding a random query param like `?t=${Date.now()}` to the url forces a fresh load.
