Skip to content

Instantly share code, notes, and snippets.

@rugk
Last active February 11, 2026 23:46
Show Gist options
  • Select an option

  • Save rugk/c564274d10bc359052cfbeb5acde22ca to your computer and use it in GitHub Desktop.

Select an option

Save rugk/c564274d10bc359052cfbeb5acde22ca to your computer and use it in GitHub Desktop.
Un-hides Immobilienscout24/Immoscout information that is normally hidden when printed (e.g. as PDF), e.g. the exact address. Let the web print!
/* ==UserStyle==
@name www.immobilienscout24.de (ImmoScout) – un-hide information when printing
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Removes the ”enshittification” that Immobilienscout24/Immoscout hides information when printed (e.g. as PDF) and shows all the information, like e.g. the exact adress, again.
@author rugk
@homepageURL https://gist.github.com/rugk/c564274d10bc359052cfbeb5acde22ca
@supportURL https://gist.github.com/rugk/c564274d10bc359052cfbeb5acde22ca
@updateurl https://gist.github.com/rugk/c564274d10bc359052cfbeb5acde22ca/raw/8c16f3aff49bde73fcef5853c5b8e385cbc50c28/userstyle.css
@license CC0-1.0
==/UserStyle== */
@-moz-document domain("immobilienscout24.de") {
.print-hide {
/* unhides it */
display: unset !important;
}
}
@rugk
Copy link
Author

rugk commented Feb 11, 2026

@rugk
Copy link
Author

rugk commented Feb 11, 2026

@rugk
Copy link
Author

rugk commented Feb 11, 2026

Publishing on greasyfork fails as apparently they somehow use a somewhat different syntax :(

grafik

@rugk
Copy link
Author

rugk commented Feb 11, 2026

Backlink to the toot for spreading the news and thx to @pinguthom for the inspiration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment