This repository demonstrates a simple HTML page displaying "Hello World" with accompanying JavaScript to remove specific elements from the DOM.
Open index.html
in a web browser using the https://hns.to bridge and the HNS.TO warning banner will be removed.
The JavaScript in script.js
will remove elements with the following criteria:
<a>
elements withhref="https://www.hns.to"
<div>
elements withstyle
containingbackground-color: rgb(241, 0, 19);
<div>
elements withstyle="margin: 0; padding: 0; height: 75px"
index.html
: Contains the HTML structure.script.js
: Contains the JavaScript code that removes the HNS.TO banner from the DOM.README.md
: Provides information about the repository.
For any issues or questions regarding the plugin, please join the Telegram .
No license, no limits. Free to use, abuse and improve this code however you see fit.