Hide annoying Linkedin "job saved" notification
Linkedin jobs hide "saved" notification by sbebe
Details
Authorsbebe
LicenseNo License
Categoryhttps://www.linkedin.com/jobs/search/
Created
Updated
Size413 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 Linkedin jobs hide "saved" notification
@namespace https://www.linkedin.com/jobs/search/
@version 1.0.0
@description Hide annoying Linkedin "job saved" notification
@author Brogrammer
==/UserStyle== */
@-moz-document url-prefix("https://www.linkedin.com/jobs/search/") {
div[data-test-artdeco-toast-item-type="success"] {
display: none;
}
}