How can I remove intrusive ads on a mobile version without root on the side of a specific mobile device?

Although I have a script that removes advertising on the site:
<script> var div = document.getElementsByTagName('div')[0]; div.innerHTML = ''; </script> Under the rules of Ucoz this can not be done.
I decided to remove it only for me, on my Android smartphone, to make a rule on my side, and not on hosting. Found on the Internet program Audgard. However, I cannot create my own filters in it.
Is it possible to somehow block ads without root?