Disable blocker login modal on geekforgeeks.
Disable geeksforgeeks login modal by ashish-r
Details
Authorashish-r
LicenseMIT
Categorygeeksforgeeks
Created
Updated
Size373 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}