-
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.
Modified ad display and cookie tracking systems.
- Loading branch information
Showing
4 changed files
with
68 additions
and
98 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
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,16 @@ | ||
<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"> | ||
<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"> | ||
<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="about:blank"> | ||
<p class="csellabel"> | ||
<input id="hideads" type="checkbox"> | ||
<input id=cselreset class=cselbutton type=button value=Reset> | ||
<input id=cselab class=cselbutton type=button value=about:blank> | ||
<p class=csellabel> | ||
<input id=hideads type=checkbox checked> | ||
<span>Hide Ads</span> | ||
</p> | ||
<p>Ads are disabled forever.</p> |