Here is my HTML
<div class="nav-wrapper">
<nav>
<ul>
<li><a href="https://mytestsite.com/search/label/Technology?m=1" rel="tag"></a></li>
<li><a href="https://mytestsite.com/search/label/Science?m=1" rel="tag"></a></li>
<li><a href="https://mytestsite.com/search/label/Invention?m=1" rel="tag"></a></li>
<li><a href="https://mytestsite.com/search/label/History?m=1" rel="tag"></a></li>
<li><a href="https://mytestsite.com/search/label/Humanity?m=1" rel="tag"></a></li>
</ul>
</nav>
</div>
I want to remove ?m=1 and add &max-results=7&m=1. Can someone please help me with this?