Have to automate this manual work ? any extension or query or script? any ideas how to do it
select open in new tab
&ID=9012389
with &thevalue=g
and submitPress F12 to open javascript console and paste
[...document.querySelectorAll('a')]
.filter(a => a.href.match(/Submit/))
.forEach(a => window.open(a.href.replace('&ID=9012389','&thevalue=g'))))
Allow pasting if console asks confirmation.