JS snippets to be used with the Tampermonkey browser extension, for data scrapping and other functionalities.
- Install Tampermonkey in your browser.
- Add each wanted script
- Enable them in the Tampermonkey dashboard
The Collector scirpt will run automatically everytime you browse https://*.expireddomains.net/*, and add every domain currently on the page into a buffer.
To Download or Clear the current buffer, open the console (Ctrl + Shift + K) and run exportED() or clearED(), respectively. (Note: the exportED function automatically clears the current buffer after download)
This script is provided for responsible data collection and research purposes only. By using it, you agree to comply with the target website’s terms of service, robots.txt policies, and any applicable laws or regulations.
Do NOT use this tool to send excessive requests, bypass rate limits, overload servers, or otherwise disrupt the normal operation of any website. Automated access should be performed conservatively, with appropriate delays and respect for server resources.
The user of this script is solely responsible for how it is used. Ensure that your activities remain ethical, lawful, and within the rules established by the website being accessed.
MIT — see LICENSE for details.