On a website ( not mine, I don't have acces to the servers ), on a specific page, there is something like this :
<a href="link" onclick="window.open(this.href);return false;">name</a>
I want a different link there, adress which I edit with the Chrome Dev Tools. Can I somehow save this change and when I access that specific page, the edited page will load instead ( maybe from cache or something ? ) and it will contain the modified link, not the original one ?
Thank you for your help !