Created
May 29, 2024 18:33
-
-
Save RootUp/a5d812f299d8e32754e885b5598cb0d3 to your computer and use it in GitHub Desktop.
Bypass "External" Warning Banner (Works on Outlook Mobile only!)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style type="text/css"> | |
div, table, span { | |
visibility: hidden; | |
font-size: 0; | |
background-color: white; | |
border: none; | |
padding: 0; | |
color: white; | |
} | |
#d { | |
visibility: visible; | |
font-size: 15px; | |
color: black; | |
} | |
</style> | |
</head> | |
<body> | |
<div> | |
<div id="d"> | |
<p>Hey, Nothing to see here, all cool.! (@RandomDhiraj)</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment