Skip to content

Betterish Zillow by appel

Details

Authorappel

LicenseNo License

CategoryZillow

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Super opinionated userstyle that gets rid of some stuff I don't care for when looking for properties (loan upsells, mortgage calculators, downpayment assistance, rental value, nearby schools, find realtors, etc.). Also auto expands the description.

Released here in case someone else finds it useful.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Betterish Zillow
@version      20220701.15.20
@namespace    userstyles.world/user/appel
@description  Super opinionated userstyle that gets rid of a lot of stuff I don't care for when looking for properties (loan upsells, mortgage calculators, downpayment assistance, rental value, nearby schools, find realtors, etc.). Also auto expands the description.

Released here in case someone else finds it useful.
@author       appel
@license      No License
==/UserStyle== */

@-moz-document domain("zillow.com") {
#manage-rentals,
[class*="Upsell"],
[href*="pre-qualify"],
[href*="advertise"],
[href*="home-loans"],
[href*="reviews"],
[data-renderstrat="inline"] section,
[data-test="search-list-first-ad"],
#Monthly-cost+div,
#Down-payment-assistance+div,
#Nearby-schools+div,
#Rental-value+div,
#Local-legal-protections+div,
#Overview+div div div div div div button, /* removes expand description button */
.ds-footer
{
    display: none !important;
}

/* Expands description */
#Overview+div div div div div div *
{
    max-height:unset !important;
}
}

Reviews

No reviews yet.