Skip to content

LingQ: remove goal notification pop-up by colinphilipjohnstone

Details

Authorcolinphilipjohnstone

LicenseNo License

CategoryLingQ

Created

Updated

Size511 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This will stop the goal notification pop-up while on the reader page. When not on the reader page this pop-up will again be visible.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         LingQ: remove goal notification pop-up
@version      20220219.09.20
@namespace    userstyles.world/user/colinphilipjohnstone
@description  This will stop the goal notification pop-up while on the reader page. When not on the reader page this pop-up will again be visible.
@author       colinphilipjohnstone
@license      No License
==/UserStyle== */

@-moz-document regexp("https://www.lingq.com/.*/learn/.*/web/reader/.*") {
.goal-notification {
    display: none !important;
}
}

Reviews

No reviews yet.