Skip to content

Instantly share code, notes, and snippets.

@RootUp
Created May 29, 2024 18:33
Show Gist options
  • Save RootUp/a5d812f299d8e32754e885b5598cb0d3 to your computer and use it in GitHub Desktop.
Save RootUp/a5d812f299d8e32754e885b5598cb0d3 to your computer and use it in GitHub Desktop.
Bypass "External" Warning Banner (Works on Outlook Mobile only!)
<!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