Skip to content

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

Hide annoying Linkedin "job saved" notification

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;
    }
}

Reviews

No reviews yet.