/usr/share/webext/privacy-badger/skin/firstRun.html is in webext-privacy-badger 2018.2.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | <!DOCTYPE html>
<!--
- This file is part of Adblock Plus <http://adblockplus.org/>,
- Copyright (C) 2006-2013 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">
<script type="text/javascript" src="/lib/i18n.js" charset="utf-8"></script>
<script type="text/javascript" src="/lib/vendor/jquery-2.2.4.min.js"></script>
<script type="text/javascript" src="/lib/vendor/jquery-ui-1.12.1.custom/jquery-ui.min.js"></script>
<script type="text/javascript" src="/lib/jquery.jcarousel-core.min.js"></script>
<script type="text/javascript" src="/skin/firstRun.js"></script>
<link type="text/css" href="/lib/vendor/jquery-ui-1.12.1.custom/jquery-ui.structure.min.css" rel="stylesheet" />
<link type="text/css" href="/lib/vendor/jquery-ui-1.12.1.custom/jquery-ui.theme.min.css" rel="stylesheet" />
<link type="text/css" href="/skin/firstRun.css" rel="stylesheet" />
<style>
</style>
</head>
<body>
<!--p class="i18n_first_run_text"></p -->
<div id="header-container">
<div id='eff-header-wrapper'><div id="eff-header"><a href="https://www.eff.org"><img src="/skin/eff-logo.png" width=45 height=32><span class="i18n_intro_by_eff eff-text"></span></a></div></div>
<div id="badger-header-wrapper"><div id='badger-header'><img id="header-banner-img" src="/icons/PB-header-1.png"></div> </div>
</div>
<div id="slideshow" class="maintext">
<div class="jcarousel-wrapper">
<div class="jcarousel">
<ul>
<li><img src='/icons/slideshow/PB-layouts-01.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-02.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-03.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-04.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-05.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-06.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-07.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-08.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-09.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-10.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-11.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-12.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-12a.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-13.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-14.png' alt=''></li>
<li><img src='/icons/slideshow/PB-layouts-15.png' alt=''></li>
</ul>
</div>
<a href="#" class="jcarousel-control-prev">‹</a>
<a href="#" class="jcarousel-control-next">›</a>
<p class="jcarousel-pagination"></p>
</div>
</div>
<div id="social-links">
<h3 class="i18n_intro_social_share"></h3>
<a target=_blank href="https://twitter.com/home?status=I%20just%20installed%20Privacy%20Badger%2C%20a%20new%20tool%20from%20@EFF%20to%20stop%20companies%20from%20spying%20on%20your%20browsing%20habits%20https%3A%2F%2Feff.org%2Fprivacybadger&related=eff"><img src="/icons/t.png" title="i18n_share_button_title_twitter"></a>
<a href="https://www.facebook.com/share.php?u=https%3A%2F%2Feff.org%2Fprivacybadger" target="_blank"><img src="/icons/f.png" title="i18n_share_button_title_facebook"></a>
<a href="https://plus.google.com/share?url=https%3A%2F%2Feff.org%2Fprivacybadger" target=_blank><img src="/icons/g.png" title="i18n_share_button_title_google"></a>
</div>
</body>
</html>
|