Skip to content

outlook-remove-security-notice by mqu

Screenshot of outlook-remove-security-notice

Details

Authormqu

LicenseNo License

Categoryhttps://outlook.office.com/mail/inbox/

Created

Updated

Size867 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

remove borring security notice from Outlook webmail on top of each external messages.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         outlook-remove-security-notice
@version      20230531.09.45
@namespace    userstyles.world/user/mqu
@description  remove borring security notice from Outlook webmmail.
@author       mqu
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://outlook.office.com/mail/inbox/") {
/* MQU - 2023.05 
   - hide security message on top of each messages containing : 
     "Attention: Ce courriel provient d'une source externe à la .... Si vous ne connaissez pas l'expéditeur ou si le contenu vous semble suspect, ne cliquez sur aucun lien et n'ouvrez aucune pièce jointe.
*/
.rps_d890 > div:nth-child(1) > p:nth-child(1) {
    display: none
}

.XbIp4 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
    display: none
}

.rps_b0bb > div:nth-child(1) > p:nth-child(1) {
    display: none
}
}

Reviews

No reviews yet.