| <!-- | |
| Copyright 2013 The Chromium Authors. All rights reserved. | |
| Use of this source code is governed by a BSD-style license that can be | |
| found in the LICENSE file. | |
| We use an HTML page just to have access to the DOM, for URL | |
| parsing. An alternative would be to include a URL parsing JavaScript | |
| library with the extension but this approach is likely smaller and | |
| faster. | |
| --> | |
| <html> | |
| <head> | |
| <script src="thunk.js"></script> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |