2020-09-30 18:24:45 +02:00
<!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;}
2021-02-20 18:25:49 +01:00
.frame{height: 70px; width: 770px;}
.link{font-size:16px;font-weight:600;line-height:1.5;margin-top:5px;margin-bottom:5px;font-family: Arial, Helvetica, sans-serif;}
2020-09-30 18:24:45 +02:00
< / style >
< / head >
< body >
< center >
< div id = "frame2" class = "frame" >
2020-11-04 19:11:38 +01:00
< 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 >
2020-09-30 18:24:45 +02:00
< button type = "button" class = 'btn_class' id = 'btn_add' > Add this Crunchyroll Episode< / button >
2020-11-04 19:11:38 +01:00
< button type = "button" class = 'btn_class' id = 'btn_add_AoD' > Add this Series< / button >
2021-02-28 13:22:00 +01:00
< button type = "button" class = 'btn_class' id = 'btn_add_mass' > Add selected Crunchyroll Episodes< / button >
< button type = "button" class = 'btn_class' id = 'btn_add_mass_funimation' > Add selected Funimation Episodes< / button >
2020-09-30 18:24:45 +02:00
< 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 >
2021-02-20 18:25:49 +01:00
< a target = "_blank" id = "txtOutput" class = 'link' rel = "noopener noreferrer" href = "https://github.com/hama3254/Crunchyroll-Downloader-v3.0" > Enter the port or start the Desktop application< / a >
2021-02-12 13:44:17 +01:00
< input name = "captchaText" id = "txtInput" class = 'txt_class' type = "text" value = "" >
< button type = "button" class = 'btn_class' id = 'btn_set_port' > Set Port< / button >
2021-02-20 18:25:49 +01:00
< / div >
2020-09-30 18:24:45 +02:00
< / center >
< script type = "text/javascript" src = "popup.js" > < / script >
< / body >
< / html >