• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2Copyright 2013 The Chromium Authors. All rights reserved.
3Use of this source code is governed by a BSD-style license that can be
4found in the LICENSE file.
5
6We use an HTML page just to have access to the DOM, for URL
7parsing. An alternative would be to include a URL parsing JavaScript
8library with the extension but this approach is likely smaller and
9faster.
10-->
11<html>
12<head>
13<script src="thunk.js"></script>
14</head>
15<body>
16</body>
17</html>
18