Skip to content

Instantly share code, notes, and snippets.

View xpl's full-sized avatar

Vitalik Gordon xpl

View GitHub Profile
@xpl
xpl / zillow-hide-home-button.js
Created February 2, 2025 18:29
Userscript adding a quick Hide button to Zillow thumbnails
// ==UserScript==
// @name Zillow Hide Home Button
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Adds a hide button to each property thumbnail next to the "save" button on Zillow search pages.
// @author Your Name
// @match https://www.zillow.com/*
// @grant none
// ==/UserScript==