Greasemonkey script for RealEstate.com.au - Hide previously viewed properties from map

posted by sacah on programming, hack,

Looking for a new house, and got sick of having to wade through the same listings every few days. So this script stops pins showing up in the map if I’ve already viewed them on the map.

Previously viewed properties are stored in your browsers local storage, so easiest way to clear is pasting the code below into the console while on RealEstate.com.au

localStorage.setItem('viewedProps', '');

Can get script at https://gist.github.com/sacah/49cb7073605513af76a1#file-hide-previously-viewed-properties-realestate-com-au-user-js