diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-09-13 20:39:48 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-09-13 21:02:13 -0400 |
commit | d26b319fd6f98517cc3421f10bf18698b953e4d2 (patch) | |
tree | bc70c4e472a2eaf514d411dba5067d530e5bbea9 /data/extensions/spyblock@gnu.org/chrome/content/ui/firstRun.html | |
parent | c3b304c51a3386ea09527a479a883253ea35243a (diff) |
Updated extensions list for v60
Diffstat (limited to 'data/extensions/spyblock@gnu.org/chrome/content/ui/firstRun.html')
-rw-r--r-- | data/extensions/spyblock@gnu.org/chrome/content/ui/firstRun.html | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/data/extensions/spyblock@gnu.org/chrome/content/ui/firstRun.html b/data/extensions/spyblock@gnu.org/chrome/content/ui/firstRun.html deleted file mode 100644 index 958c4f6..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/content/ui/firstRun.html +++ /dev/null @@ -1,98 +0,0 @@ -<!DOCTYPE html> -<!-- - - This file is part of Adblock Plus <https://adblockplus.org/>, - - Copyright (C) 2006-2017 eyeo GmbH - - - - Adblock Plus is free software: you can redistribute it and/or modify - - it under the terms of the GNU General Public License version 3 as - - published by the Free Software Foundation. - - - - Adblock Plus is distributed in the hope that it will be useful, - - but WITHOUT ANY WARRANTY; without even the implied warranty of - - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - - GNU General Public License for more details. - - - - You should have received a copy of the GNU General Public License - - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. - --> - -<html> - <head> - <title class="i18n_firstRun_title"></title> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link type="text/css" href="skin/common.css" rel="stylesheet" /> - <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> - <script type="text/javascript" src="ext/common.js"></script> - <script type="text/javascript" src="ext/content.js"></script> - <script type="text/javascript" src="common.js"></script> - <script type="text/javascript" src="i18n.js"></script> - <script type="text/javascript" src="firstRun.js"></script> - </head> - <body> - - - <header> - <img id="logo"> - <h1 id="title-main" class="i18n_firstRun_title"></h1> - </header> - - <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlistsReinitializedWarning warning" hidden="true"></section> - - <div id="content"> - <section id="general"> - <div id="acceptable-ads-block" class="block"> - <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> - <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsExplanation"></p> - </div> - <div id="abb-promotion-block" class="block"> - <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> - <a href="https://adblockbrowser.org/?ref=frp"> - <div> - <img src="skin/abb-logo.png" alt="Adblock Browser logo" /> - </div> - <div> - <div class="i18n_firstRun_abbButtonTitle title"></div> - <div class="i18n_firstRun_abbButtonSubtitle subtitle"></div> - </div> - </a> - </div> - </section> - - - <section id="share"> - <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> - - <div class="block"> - <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> - <span id="donate-label" class="i18n_firstRun_donate_label"></span> - </div> - - <div class="block"> - <div id="share-general" class="share-buttons"> - <a id="share-facebook" href="https://www.facebook.com/adblockplus" target="_blank" data-script="https://facebook.com/plugins/like.php?"> - </a> - <a id="share-twitter" href="https://twitter.com/adblockplus" target="_blank" data-script="https://platform.twitter.com/widgets/"> - </a> - <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank" data-script="https://apis.google.com/se/0/_/+1/fastbutton?"> - </a> - </div> - - <!-- Chinese social networks --> - <div id="share-chinese" class="share-buttons"> - <a id="share-renren" href="http://www.renren.com/601651969" target="_blank"> - </a> - <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_blank"> - </a> - </div> - <span class="i18n_firstRun_share"></span> - </div> - </section> - - </div> - - <footer> - <a id="contributors" class="i18n_firstRun_contributor_credits"></a> - </footer> - </body> -</html> |