Update index.html
This commit is contained in:
parent
fe892291ad
commit
fe858c0833
@ -8,20 +8,15 @@
|
||||
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
|
||||
<!-- Animate.css -->
|
||||
<!-- //daneden.github.io/animate.css/ -->
|
||||
<!-- Animate.css (By daneden) -->
|
||||
<link rel="stylesheet" href="css/animate.min.css">
|
||||
|
||||
<!-- Hover.css -->
|
||||
<!-- //ianlunn.github.io/Hover/ -->
|
||||
<!-- Hover.css (By ianlunn) -->
|
||||
<link rel="stylesheet" href="css/hover.css">
|
||||
|
||||
<!-- JavaScript Library jQuery -->
|
||||
<!-- //jquery.com/ -->
|
||||
<script src="//code.jquery.com/jquery.min.js"></script>
|
||||
|
||||
<!--<script src="k2Uw7isHrMm5JXP1Vwdxc567ZKc1aZ4I.js"></script>-->
|
||||
|
||||
<title>Anti-Adblock Killer Continued</title>
|
||||
|
||||
</head>
|
||||
@ -56,9 +51,6 @@
|
||||
<br>
|
||||
<p class="animated bounce">
|
||||
<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>
|
||||
</header>
|
||||
|
||||
@ -74,16 +66,17 @@
|
||||
Helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.
|
||||
</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>
|
||||
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>
|
||||
</div>
|
||||
<!--
|
||||
<h3>Note</h3>
|
||||
<div class="fieldset">
|
||||
THIS IS NOT A UNIVERSAL SOLUTION FOR ALL ANTI ADBLOCK SCRIPTS
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="fieldset center">
|
||||
<p><a class="big" href="#userscript">Ready to install »</a></p>
|
||||
</div>
|
||||
@ -171,6 +164,7 @@
|
||||
|
||||
<h3>Get in touch</h3>
|
||||
<p>Please use our <a href="https://gitlab.com/xuhaiyang1234/AAK-Cont/issues">issues tracker</a></p>
|
||||
<!--
|
||||
<div class="fieldset">
|
||||
<script>
|
||||
var sendMail = function() {
|
||||
@ -228,7 +222,7 @@
|
||||
</p>
|
||||
<p>
|
||||
<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="Feedback or Thanks">Feedback or Thanks</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>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
</div>
|
||||
</section>
|
||||
@ -322,7 +316,8 @@
|
||||
|
||||
<div class="copyright">
|
||||
<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>
|
||||
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user