How to remove all links in JavaScript
If you need to remove all links occurrencies in a webpage and return it as plain text you can go with two methods:
Basic method
If you know the content of all your hrefs you can use this basic way. In my example, the href content is a simple hash #.
...
giuliachiola.hashnode.dev5 min read