Update index.html

This commit is contained in:
Hugo Xu 2017-05-24 22:05:41 +00:00
parent fe892291ad
commit fe858c0833

View File

@ -8,19 +8,14 @@
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<!-- Animate.css --> <!-- Animate.css (By daneden) -->
<!-- //daneden.github.io/animate.css/ -->
<link rel="stylesheet" href="css/animate.min.css"> <link rel="stylesheet" href="css/animate.min.css">
<!-- Hover.css --> <!-- Hover.css (By ianlunn) -->
<!-- //ianlunn.github.io/Hover/ -->
<link rel="stylesheet" href="css/hover.css"> <link rel="stylesheet" href="css/hover.css">
<!-- JavaScript Library jQuery --> <!-- JavaScript Library jQuery -->
<!-- //jquery.com/ -->
<script src="//code.jquery.com/jquery.min.js"></script> <script src="//code.jquery.com/jquery.min.js"></script>
<!--<script src="k2Uw7isHrMm5JXP1Vwdxc567ZKc1aZ4I.js"></script>-->
<title>Anti-Adblock Killer Continued</title> <title>Anti-Adblock Killer Continued</title>
@ -56,9 +51,6 @@
<br> <br>
<p class="animated bounce"> <p class="animated bounce">
<a href="https://gitlab.com/xuhaiyang1234/AAK-Cont/tree/master" class="button-alt hvr-wobble-vertical">GitLab</a> <a href="https://gitlab.com/xuhaiyang1234/AAK-Cont/tree/master" class="button-alt hvr-wobble-vertical">GitLab</a>
<!--
<a href="//greasyfork.org/scripts/735-anti-adblock-killer-reek" class="button-alt hvr-wobble-vertical">Greasefork</a> <a href="//openuserjs.org/scripts/reek/Anti-Adblock_Killer_Reek" class="button-alt hvr-wobble-vertical">Openuserjs</a>
-->
</p> </p>
</header> </header>
@ -74,16 +66,17 @@
Helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable. Helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.
</p> </p>
<p> <p>
Composed of a user script <a href="#userscript">«AakScript»</a> written in javascript and a filter list <a href="#filterlist">«AakList»</a> using the same syntax as lists AdBlock and AdBlock Plus, the two are complementary and unlock different website. Composed of a Userscript <a href="#userscript">«AakScript»</a> written in javascript and a few filter lists <a href="#filterlist">«AakList»</a> designed for the Ad-Blocker you use. They are complementary and unlock different website.
</p> </p>
<p> <p>
You can report a issue or contribute to the project by visiting the <a href="https://gitlab.com/xuhaiyang1234/AAK-Cont/tree/master">«GitLab»</a> repository. You can report a issue or contribute to the project by visiting our <a href="https://gitlab.com/xuhaiyang1234/AAK-Cont/tree/master">«GitLab»</a> repository.
</p> </p>
</div> </div>
<!--
<h3>Note</h3> <h3>Note</h3>
<div class="fieldset"> <div class="fieldset">
THIS IS NOT A UNIVERSAL SOLUTION FOR ALL ANTI ADBLOCK SCRIPTS THIS IS NOT A UNIVERSAL SOLUTION FOR ALL ANTI ADBLOCK SCRIPTS
</div> </div>-->
<div class="fieldset center"> <div class="fieldset center">
<p><a class="big" href="#userscript">Ready to install »</a></p> <p><a class="big" href="#userscript">Ready to install »</a></p>
</div> </div>
@ -171,6 +164,7 @@
<h3>Get in touch</h3> <h3>Get in touch</h3>
<p>Please use our <a href="https://gitlab.com/xuhaiyang1234/AAK-Cont/issues">issues tracker</a></p> <p>Please use our <a href="https://gitlab.com/xuhaiyang1234/AAK-Cont/issues">issues tracker</a></p>
<!--
<div class="fieldset"> <div class="fieldset">
<script> <script>
var sendMail = function() { var sendMail = function() {
@ -228,7 +222,7 @@
</p> </p>
<p> <p>
<select name="subject" class="field"> <select name="subject" class="field">
<option value="" selected>-- Choose Subject --</option> <option value="" selected>== Choose Subject ==</option>
<option value="Question or Help">Question or Help</option> <option value="Question or Help">Question or Help</option>
<option value="Feedback or Thanks">Feedback or Thanks</option> <option value="Feedback or Thanks">Feedback or Thanks</option>
<option value="Report a website or issue">Report a website or issue</option> <option value="Report a website or issue">Report a website or issue</option>
@ -246,7 +240,7 @@
<button type="button" id="send" onclick="sendMail()" class="button hvr-bounce-to-bottom" disabled="disabled">Send (disabled)</button> <button type="button" id="send" onclick="sendMail()" class="button hvr-bounce-to-bottom" disabled="disabled">Send (disabled)</button>
</p> </p>
</form> </form>
</div> </div>-->
</div> </div>
</section> </section>
@ -322,7 +316,8 @@
<div class="copyright"> <div class="copyright">
<p><img src="//www.gravatar.com/avatar/afb8376a9f634cd3501af4387de6425f.png" /></p> <p><img src="//www.gravatar.com/avatar/afb8376a9f634cd3501af4387de6425f.png" /></p>
<p><a class="listLink hvr-underline-from-center" href="//creativecommons.org/licenses/by-nc-sa/4.0/">Author: Reek License: CC BY-NC-SA</a></p> <p>Author: Originally by Reek, revived by jspenguin2017</p>
<p><a class="listLink hvr-underline-from-center" href="//creativecommons.org/licenses/by-nc-sa/4.0/">License: CC BY-NC-SA</a></p>
</div> </div>
</footer> </footer>