Newer
Older
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="landing-page">
<div class="page-wrapper">
<header class="header text-center">
<div class="container">
<div class="branding">
<h1 class="logo">
<img aria-hidden="true" src="assets/images/logo.svg" />
<span class="text-bold">Safe Links</span>
<span>Cleaner</span>
</h1>
</div><!--//branding-->
<div class="tagline">
Browser and mail extension that cleans up the display of
links mangled by Microsoft Defender for Office 365 Safe
Links. Install the stable extension using your browser or
mail reader, or if you're comfortable using the developer
mode of your software,get one of the beta versions. <br />
<span class="small">Most recent build: %VERSION% (%BUILDDATE% UTC)</span>
</div><!--//tagline-->
</div><!--//container-->
</header><!--//header-->
<section class="cards-section text-center">
<div class="container">
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img aria-hidden="true" src="assets/images/thunderbird.svg" />
</div><!--//icon-holder-->
<h3 class="title">Thunderbird</h3>
<p class="intro">
Download the Safe Links Cleaner beta version for
href="https://addons.thunderbird.net/en-US/thunderbird/addon/safe-links-cleaner/">Stable</a>
<a class="btn btn-green" href="safelinks-cleaner-thunderbird-beta.xpi">Beta</a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-pink item-2 col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img aria-hidden="true" src="assets/images/firefox.svg" />
</div><!--//icon-holder-->
<h3 class="title">Firefox</h3>
<p class="intro">
Download the Safe Links Cleaner beta version for
Mozilla Firefox Browser.
</p>
<a class="btn btn-pink" href="https://addons.mozilla.org/en-US/firefox/addon/safe-links-cleaner/">Stable</a>
<a class="btn btn-pink" href="safelinks-cleaner-firefox-beta.xpi">Beta</a>
<img aria-hidden="true" src="assets/images/edge.svg" />
<p class="intro">
Download the Safe Links Cleaner beta version for
<a class="btn btn-purple" href="safelinks-cleaner-edge-beta.zip">Beta</a>
<img aria-hidden="true" src="assets/images/chrome.svg" />
<p class="intro">
Download the Safe Links Cleaner beta version for
<a class="btn btn-blue" href="safelinks-cleaner-chrome-beta.crx">Beta</a>
<div class="item-inner">
<div class="icon-holder">
<img aria-hidden="true" src="assets/images/safari.svg" />
</div><!--//icon-holder-->
<h3 class="title">Safari</h3>
<p class="intro">
<b>Volunteers wanted!</b><br />
Building Safari extensions requires an Apple
developer account and XCode, neither of which I
have.
</p>
<div class="item-inner">
<div class="icon-holder">
<img aria-hidden="true" src="assets/images/gitlab.svg" />
</div><!--//icon-holder-->
<h3 class="title">Source code</h3>
<p class="intro">
Get the source code for Safe Links Cleaner from
Linköping University Gitlab.
</p>
<a class="btn btn-orange" href="%PROJECT_URL%">
</a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//cards-->
</div><!--//container-->
</section><!--//cards-section-->
</div><!--//page-wrapper-->
<footer class="footer text-center">
<div class="container">
<small class="copyright">Based on a template designed with
heart by <a href="https://themes.3rdwavemedia.com/"
target="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->