2017-01-07 12:21:47 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2019-02-19 22:45:02 -05:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
2017-01-07 12:21:47 -08:00
|
|
|
<title></title>
|
2017-03-25 22:39:40 -07:00
|
|
|
<link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
|
2017-08-14 19:55:04 -07:00
|
|
|
<link rel="stylesheet" href="/mixed/css/display.css">
|
2017-03-18 16:52:00 -07:00
|
|
|
<style type="text/css">
|
2017-06-25 21:14:39 -07:00
|
|
|
.entry, .note {
|
2017-03-18 17:40:48 -07:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2017-03-18 16:52:00 -07:00
|
|
|
}
|
|
|
|
</style>
|
2017-01-07 12:21:47 -08:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-03-18 16:52:00 -07:00
|
|
|
<div id="spinner">
|
|
|
|
<img src="/mixed/img/spinner.gif">
|
|
|
|
</div>
|
2017-01-07 12:21:47 -08:00
|
|
|
|
2017-08-13 16:11:51 -07:00
|
|
|
<div id="definitions"></div>
|
2017-03-03 20:25:14 -08:00
|
|
|
|
2017-08-13 16:11:51 -07:00
|
|
|
<div id="error-orphaned">
|
2017-03-18 18:21:02 -07:00
|
|
|
<div class="container-fluid">
|
|
|
|
<h1>Yomichan Updated!</h1>
|
|
|
|
<p>
|
|
|
|
The Yomichan extension has been updated to a new version! In order to continue
|
|
|
|
viewing definitions on this page you must reload this tab or restart your browser.
|
|
|
|
</p>
|
|
|
|
</div>
|
2017-03-03 20:25:14 -08:00
|
|
|
</div>
|
2017-03-18 16:52:00 -07:00
|
|
|
|
2017-08-14 19:55:04 -07:00
|
|
|
<script src="/mixed/lib/jquery.min.js"></script>
|
|
|
|
<script src="/mixed/lib/wanakana.min.js"></script>
|
|
|
|
|
2019-08-22 19:44:31 -04:00
|
|
|
<script src="/mixed/js/extension.js"></script>
|
|
|
|
|
2017-07-29 09:55:54 -07:00
|
|
|
<script src="/fg/js/api.js"></script>
|
2017-08-05 20:20:22 -07:00
|
|
|
<script src="/fg/js/util.js"></script>
|
2019-08-03 14:57:17 +03:00
|
|
|
<script src="/fg/js/document.js"></script>
|
|
|
|
<script src="/fg/js/source.js"></script>
|
|
|
|
<script src="/mixed/js/display.js"></script>
|
2017-07-29 09:55:54 -07:00
|
|
|
|
2019-08-03 14:57:17 +03:00
|
|
|
<script src="/fg/js/float.js"></script>
|
2019-08-17 18:50:48 -04:00
|
|
|
|
|
|
|
<!-- TODO : Make these conditional based on options -->
|
|
|
|
<script src="/fg/js/frontend-api-sender.js"></script>
|
|
|
|
<script src="/fg/js/popup.js"></script>
|
|
|
|
<script src="/fg/js/popup-proxy.js"></script>
|
|
|
|
<script src="/fg/js/frontend.js"></script>
|
2017-01-07 12:21:47 -08:00
|
|
|
</body>
|
|
|
|
</html>
|