Skip to content

Hide Getback by zugch

Details

Authorzugch

LicenseMIT

Categorydaydeal.ch, preispirat.ch

Created

Updated

Size439 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the request popup to allow push notifications by Getback

Notes

Userstyle doesn't have notes.

Source code

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

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

Reviews

No reviews yet.