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. Download the stable extension using your browser or
mail program, or join the beta crowd here.
<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
<a class="btn btn-green"
href="https://addons.thunderbird.net/en-US/thunderbird/addon/microsoft-safe-links-cleaner/">Stable</a>
<a class="btn btn-green" href="safelinks-cleaner-thunderbird.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="safelinks-cleaner-firefox.xpi">Beta</a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-blue col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img aria-hidden="true" src="assets/images/chrome.svg" />
</div><!--//icon-holder-->
<h3 class="title">Chrome</h3>
<p class="intro">
Download the Safe Links Cleaner beta version for
the Google Chrome Browser.
</p>
<a class="btn btn-blue disabled">Not yet available</a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-purple col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img aria-hidden="true" src="assets/images/edge.svg" />
</div><!--//icon-holder-->
<h3 class="title">Edge</h3>
<p class="intro">
Download the Safe Links Cleaner beta version for
the Microsoft Edge Browser.
</p>
<a class="btn btn-blue disabled">Not yet available</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="https://gitlab.liu.se/safelinks/safelinks-cleaner-thunderbird">
</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-->
<!-- Main Javascript -->
<!-- script type="text/javascript" src="assets/js/jquery-3.4.1.min.js"></script -->
<!-- script type="text/javascript" src="assets/js/bootstrap.min.js"></script -->