Skip to content

Hide Getback by zugch

Details

Authorzugch

LicenseMIT

Categorydaydeal.ch, preispirat.ch, pctipp.ch

Created

Updated

Code size557 B

Code checksum7725c41b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the request popup to allow push notifications by Getback and others (Maximizly).

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide Getback
@version      1.0.4
@namespace    userstyles.world/user/zugch
@description  Hides the request popup to allow push notifications by Getback and others (Maximizly).
@author       zugch
@license      MIT
==/UserStyle== */

@-moz-document domain("daydeal.ch"),domain("preispirat.ch"),domain("pctipp.ch") {
    div.gb-layer {
        display: none !important;
    }
    div.gb-widget {
        display: none !important;
    }
    #maximizly__control_panel {
        display: none !important;
    }
}

Reviews

No reviews yet.