I’m using a bookmark to load js file.
And the problem I’m facing is my bookmark does not check for update in the js file.
javascript:(function(){
document.body.appendChild(document.createElement('script'))
.src='http://mysite.com/pet.js';
})();
Do I have to add something in bookmark? Or does I need to add in a js file?
thanks
Browser might be loading that from cache, so to get rid of cache issue.