view background.html @ 26:f0c4a458869c

Open links within feed content in a new tab Open links within feed content in a new non-sandboxed tab rather than in the sandboxed iframe itself.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Wed, 02 Jan 2019 21:53:37 +0100
parents 5d7c13e998e9
children
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <script type="module" src="js/feed-parser.js"></script>
    <script type="module" src="js/feed-preview.js"></script>
    <script type="module" src="js/background.js"></script>
  </head>
</html>