Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: index.html

Issue 6078704820158464: Issue 1553 - Adblock Plus for Yandex Browser (Websites) (Closed)
Patch Set: Created Dec. 7, 2014, 1:46 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: index.html
===================================================================
--- a/index.html
+++ b/index.html
@@ -38,11 +38,12 @@
<div id="install">
<a id="install-firefox" class="install-button" href="https://update.adblockplus.org/latest/adblockplusfirefox.xpi">Install for Firefox</a>
- <a id="install-chrome" class="install-button" onclick="chrome.webstore.install(); return false;" href="https://clients2.google.com/service/update2/crx?response=redirect&x=id%3Dcfhdojbkjhnklbpkdaibdccddilifddb%26uc">Install for Chrome</a>
+ <a id="install-chrome" class="install-button" onclick="chrome.webstore.install(); return false;" href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb">Install for Chrome</a>
<a id="install-opera" class="install-button" href="https://addons.opera.com/extensions/details/opera-adblock/?display=en-US">Install for Opera</a>
<a id="install-android" class="install-button" href="/en/android-install">Install for Android</a>
<a id="install-internet-explorer" class="install-button" href="https://update.adblockplus.org/latest/adblockplusie.exe">Install for Internet Explorer</a>
<a id="install-safari" class="install-button" href="https://update.adblockplus.org/latest/adblockplussafari.safariextz">Install for Safari</a>
+ <a id="install-yandex-browser" class="install-button" onclick="chrome.webstore.install(); return false;" href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb">Install for Yandex Browser</a>
<ul>
<li>
<a id="platform-firefox" class="sprite" href="firefox"><attr name="title">Adblock Plus for Firefox</attr></a>
@@ -55,13 +56,16 @@
</li>
<li>
<a id="platform-opera" class="sprite" href="opera"><attr name="title">Adblock Plus for Opera</attr></a>
- </li>
+ </li>
<li>
<a id="platform-internet-explorer" class="sprite" href="internet-explorer"><attr name="title">Adblock Plus for Internet Explorer</attr></a>
</li>
<li>
<a id="platform-safari" class="sprite" href="safari"><attr name="title">Adblock Plus for Safari</attr></a>
</li>
+ <li>
+ <a id="platform-yandex-browser" class="sprite" href="yandex-browser"><attr name="title">Adblock Plus for Yandex Browser</attr></a>
+ </li>
</ul>
</div>
</section>
@@ -72,6 +76,7 @@
<div class="warning-platform opera">It appears that you are using Opera.<fix> </fix><a href="opera">Switch to Adblock Plus for Opera.</a></div>
<div class="warning-platform internet-explorer">It appears that you are using Internet Explorer.<fix> </fix><a href="internet-explorer">Switch to Adblock Plus for Internet Explorer.</a></div>
<div class="warning-platform safari">It appears that you are using Safari.<fix> </fix><a href="safari">Switch to Adblock Plus for Safari.</a></div>
+ <div class="warning-platform yandex-browser">It appears that you are using Yandex Browser.<fix> </fix><a href="yandex-browser">Switch to Adblock Plus for Yandex Browser.</a></div>
<iframe id="video" width="520" height="285" frameborder="0" src="//www.youtube-nocookie.com/embed/pVYtzF5SemU?html5=1&autohide=1&enablejsapi=1&controls=2&fs=1&modestbranding=1&rel=0&showinfo=0&theme=light" itemprop="video"/>
<img id="maxthon-teaser" src="/_override-static/global/global/img/maxthon-teaser.png" width="540" height="305"/>
@@ -135,6 +140,9 @@
<button id="more-safari" onclick="showTab(this);return false;">
Apple Safari
</button>
+ <button id="more-yandex-browser" onclick="showTab(this);return false;">
+ Yandex Browser
+ </button>
</div>
<div id="tab-firefox" class="more-tab">
@@ -263,6 +271,22 @@
Currently, Adblock Plus is supported by Safari 6.0 and higher.
</p>
</div>
+
+ <div id="tab-yandex-browser" class="more-tab">
+ <h2>Ad Blocker for Yandex Browser</h2>
+
+ <p>
+ Adblock Plus is the most advanced adblocker for Yandex Browser. Are you fed up with advertisers infringing on your browsing experience? Simply install the extension and all annoying ads will be automatically blocked from the internet. Blinking banners, popups, video commercials on YouTube, Facebook and Vkontakte ads: The Yandex Browser Adblock Plus extension will automatically remove any unwanted ad from every website you visit. Want more? You can easily activate additional privacy and security <a href="en/features">features</a> such as tracking and malware protection.
+ </p>
+
+ <p>
+ Installing the Yandex Browser Adblock Plus add-on to your browser only takes a few seconds. Simply click the "Install for Yandex Browser" button above and confirm the installation by clicking the "Add" button. Please note: Yandex Browser displays a warning that Adblock Plus can access the data on any website you visit. This is a standard warning for Yandex Browser extensions running on every tab. We promise to never collect any data about you.
+ </p>
+
+ <p>
+ The add-on is developed by the open source community and free to use for everybody. With more than <fix>50</fix> million users, it is one of the most popular extensions ever.
+ </p>
+ </div>
</div>
</section>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld