mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-11 02:35:07 +01:00
35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="popup.css" />
|
||
|
<meta charset="utf-8" />
|
||
|
<title>CR Unblocker plugin popup</title>
|
||
|
<style>
|
||
|
.body{background-color: #f2f2f2;}
|
||
|
.main-bg {background-color:#757575;}
|
||
|
.frame{height: 70px; width: 770px}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<center>
|
||
|
|
||
|
<div id="frame2" class="frame" >
|
||
|
|
||
|
<button type="button" class='btn_class' id='btn_enable_funimation_select'>Select Episodes</button>
|
||
|
<button type="button" class='btn_class' id='btn_add_funimation'>Add this Funimation Episode</button>
|
||
|
|
||
|
|
||
|
<button type="button" class='btn_class' id='btn_add'>Add this Crunchyroll Episode</button>
|
||
|
<button type="button" class='btn_class' id='btn_add_mass'>Add selected Episodes</button>
|
||
|
<button type="button" class='btn_class' id='btn_enable_select'>Select Episodes</button>
|
||
|
<button type="button" class='btn_class' id='btn_select_all'>Select All</button>
|
||
|
<button type="button" class='btn_class' id='btn_select_none'>Deselect All</button>
|
||
|
|
||
|
</div>
|
||
|
<iframe src="http://127.0.0.1" id="CRD-Webserver" width="760px" height="320px" frameborder="0"></iframe>
|
||
|
</center>
|
||
|
<script type="text/javascript" src="popup.js"></script>
|
||
|
</body>
|
||
|
</html>
|