Scholar: hide "Set up your profile" pop-ups
Hides the overlays and reminders pushing you to set up and verify a Scholar profile so they do not block the results.
Code to copy
/* Hide "Set up your profile" reminders and verification pop-ups */
div.gs_md_se,
div.gs_md_wp:has(a[href*="/citations"]),
div.gs_alrt:has(a[href*="/citations?hl="]),
#gs_prf_pop,
div[role="dialog"]:has(a[href*="citations"]) {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.