Skip to content

Disable geeksforgeeks login modal by ashish-r

Screenshot of Disable geeksforgeeks login modal

Details

Authorashish-r

LicenseMIT

Categorygeeksforgeeks

Created

Updated

Size373 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disable blocker login modal on geekforgeeks.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Disable login modal on geekforgeeks
@namespace      ashish.link
@version        1.0.0
@description    Disable the blocking login modal on geekforgeeks
@author         Ashish Ranjan
==/UserStyle== */

@-moz-document domain("geeksforgeeks.org") {

.spinner-loading-overlay,
.login-modal-div {
    display: none !important;
}

}

Reviews

No reviews yet.