NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
Real Estate Folder is a userscript that lets you hide real estate listings you’re not interested in by toggling them open or closed. It supports popular property listing websites such as realestate.com.au and domain.com.au.
<details>
element.<summary>
is added to each listing, displaying a clickable title.pushState
/replaceState
) and waits for the page to update before reapplying its functionality.Install a Userscript Manager:
To use this script, you’ll need a userscript manager such as Tampermonkey or Greasemonkey.
Add the Script:
You can install the script via GreasyFork or OpenUserJS.
Visit a Supported Site:
Navigate to either realestate.com.au or domain.com.au. The script will automatically run and add toggle functionality to the property listings.
Toggle a Property:
Click on the listing title to hide or show the property.
Cookie Persistence:
The state of each listing (hidden or visible) is stored in cookies, so the preferences are maintained even after you refresh the page.
SPA Compatibility:
The script detects when the page updates via the History API and waits for the page to finish loading before applying the changes.
The key parts of the script include:
<details>
and <summary>
elements.This project is licensed under the MIT License.
Contributions are welcome! Feel free to fork this repository and submit pull requests with improvements or bug fixes.
Rating: 0