Universal-Bypass/html/options.html
Tim Speckhals cda68be5bf
6.0
2018-10-02 12:17:06 +02:00

43 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title data-message="options"></title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style>body{padding:20px}#custom-bypass-editor{font-family:"DejaVu Sans Mono",monospace;min-height:500px;min-height:calc(100vh - 370px)}</style>
</head>
<body>
<h1 data-message="options"></h1>
<br>
<p>
<input type="checkbox" id="option-tracker-bypass"> <label for="option-tracker-bypass"><span data-message="optionsTrackerBypass"></span> (Bit.ly, Goo.gl, T.co, ...)</label> (<a href="https://hellsh.com/privacy#requests-and-cookies" target="_blank" data-message="privacyPolicy"></a>)<br>
<input type="checkbox" id="option-block-ip-loggers"> <label for="option-block-ip-loggers" data-message="optionsBlockIPLoggers"></label><br>
<input type="checkbox" id="option-crowd-bypass"> <label for="option-crowd-bypass" data-message="optionsCrowdBypass"></label> (<a href="https://universal-bypass.org/" target="_blank" data-message="moreInfo"></a>) (<a href="https://hellsh.com/privacy" target="_blank" data-message="privacyPolicy"></a>)
</p>
<h2 data-message="optionsUserscripts"></h2>
<a name="userscripts"></a>
<p><span data-message="optionsUserscriptsSubtitle"></span> <a href="https://github.com/hell-sh/Universal-Bypass" target="_blank">https://github.com/hell-sh/Universal-Bypass</a></p>
<div class="row">
<div class="col-lg-3">
<div class="list-group" id="custom-bypasses-list"></div>
</div>
<div class="col-lg-9">
<div id="custom-bypass-edit-container">
<p><input type="text" id="custom-bypass-name" class="form-control" data-placeholder="optionsUserscriptsName"></p>
<p><input type="text" id="custom-bypass-domains" class="form-control" data-placeholder="optionsUserscriptsDomains"></p>
<p><textarea id="custom-bypass-editor" class="form-control"></textarea></p>
<p>
<a href="#userscripts" id="save-custom-bypass" class="btn btn-primary" data-message="save"></a>
<a href="#" id="delete-custom-bypass" class="btn btn-outline-danger" data-message="optionsUserscriptsDelete"></a>
</p>
</div>
</div>
</div>
<hr>
<p>Copyright (c) 2018, <a href="https://hellsh.com" target="_blank">Hellsh</a></p>
<script src="translations.js"></script>
<script src="options.js"></script>
</body>
</html>