-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed98a01
commit 7307bbb
Showing
3 changed files
with
73 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,37 @@ | ||
<p class=cseltitle>Tab Cloak</p> | ||
<p class=csellabel>Change the title:</p> | ||
<form class=cselform id=titleform> | ||
<input type=text placeholder=Tab Title spellcheck=false><input class=cselbutton type=submit value=Apply> | ||
</form> | ||
<p class=csellabel>Change the <a href=/?i>icon</a>:</p> | ||
<form class=cselform id=iconform> | ||
<input type=text placeholder=Icon URL spellcheck=false><input class=cselbutton type=submit value=Apply> | ||
</form> | ||
<input id=cselreset class=cselbutton type=button value=Reset> | ||
<input id=cselab class=cselbutton type=button value=Stealth> | ||
<p class=csellabel> | ||
<input id=hideads type=checkbox checked> | ||
<span>Hide Ads</span> | ||
</p> | ||
<p>Ads are disabled forever.</p> | ||
<div class="settings-content"> | ||
<p class=cseltitle>Settings Menu</p> | ||
<p class=csellabel>Change the universal tab title:</p> | ||
<form class=cselform id=titleform> | ||
<input type=text placeholder=Tab Title spellcheck=false><input class="cselbutton cselmargin" type=submit value=Apply> | ||
</form> | ||
<p class=csellabel>Change the universal tab <a href=/?i>icon</a>:</p> | ||
<form class=cselform id=iconform> | ||
<input type=text placeholder=Icon URL spellcheck=false><input class="cselbutton cselmargin" type=submit value=Apply> | ||
</form> | ||
<input id=cselreset class=cselbutton type=button value=Reset> | ||
<input id=cselab class=cselbutton type=button value="Open Stealth Frame"> | ||
<p class=csellabel>Icon Presets:</p> | ||
<select> | ||
<option>Google</option> | ||
<option>Bing</option> | ||
<option>Google Drive</option> | ||
<option>Gmail</option> | ||
</select> | ||
<p class=csellabel>Default Ultraviolet Transport:</p> | ||
<select> | ||
<option>epoxy</option> | ||
<option>libcurl</option> | ||
<option>bare</option> | ||
<option>other</option> | ||
</select> | ||
<p class=csellabel>Network Options:</p> | ||
<p class=csellabel> | ||
<input id=hideads type=checkbox checked> | ||
<span>Hide Ads</span> | ||
</p> | ||
<p class=csellabel> | ||
<input id=hideads type=checkbox checked> | ||
<span>Enable Tor</span> | ||
</p> | ||
<p><br>Holy Unblocker LTS v6.3.x</p> | ||
</div> |