Remove "PromoteMyPlace" logo
Would it be possible to remove the PromoteMyPlace logo at the bottom of the page?
0
-
Would be happy to pay to remove it or make it less prominent.
-1 -
Include this as HTML:
<script>
Array(...document.getElementsByTagName("address")).filter(a=>a.innerText.match(/PromoteMyPlace/)).forEach(a=>a.parentNode.removeChild(a))
</script>
-1
Please sign in to leave a comment.
Comments
2 comments