A problem with Chrome extension code
In Chrome extension code, whenever you include the
<form><button>click</button></form>
tags in HTML and click any button within the form, even if the button type is set to "button" instead of "submit", the HTML page always refreshes.