/usr/share/webext/privacy-badger/skin/popup.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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | <!--
- This file was part of Adblock Plus <http://adblockplus.org/>,
- Copyright (C) 2006-2013 Eyeo GmbH
- Modified for Privacy Badger
- Copyright (C) 2013- Electronic Frontier Foundation & others
-
- 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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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 rel="stylesheet" type="text/css" href="/lib/vendor/tooltipster-4.2.5/tooltipster.bundle.min.css" />
<link type="text/css" media="screen" href="/skin/popup.css" rel="stylesheet" />
<link type="text/css" media="screen" href="/skin/toggle-switch.css" rel="stylesheet" />
<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/vendor/tooltipster-4.2.5/tooltipster.bundle.min.js"></script>
<script type="text/javascript" src="/js/popup.js"></script>
<script type="text/javascript" src="/lib/i18n.js"></script>
</head>
<body id="main">
<div id="instruction-outer">
</div>
<div id="instruction" class="overlay">
<img id="instruction-logo" src='/icons/badger-48.png'>
<svg id="fittslaw" width="30" height="30" fill="white">
<line x1="5" y1="5" x2="20" y2="20" style="stroke:rgb(22,22,22);stroke-width:3;fill:transparent"/>
<line x1="5" y1="20" x2="20" y2="5" style="stroke:rgb(22,22,22);stroke-width:3;fill:transparent"/>
</svg>
<div id="instruction-text">
<p class="i18n_intro_text"></p>
<br>
<div id="firstRun">
<p class="i18n_first_run_text"></p>
</div>
</div>
<div id="error-text" style="display:none">
<p><span class="i18n_extension_error_text"></span></p>
<p style="color:#cc0000" id="error-message"></p>
</div>
</div>
<div id="overlay" class="overlay">
<h1 id="report_title" class="i18n_report_title"></h1>
<span id="report_close" class="i18n_report_close"></span>
<p id="report_text" class="i18n_report_text"></p>
<label id="report_label" for="error_input" class="i18n_report_input_label"></label>
<textarea id="error_input" name="error_input" maxlength="300" placeholder="i18n_error_input"></textarea>
<button id="report_button" class="i18n_report_button"></button>
<button id="report_cancel" class="i18n_report_cancel"></button>
<span id="report_success" class="i18n_report_success hidden"></span>
<span id="report_fail" class="i18n_report_fail hidden"></span>
<br><br>
<p id="report_terms" class="i18n_report_terms"></p>
</div>
<div id='privacyBadgerHeader'>
<a id="options" title="i18n_popup_options_button" href='/skin/options.html' class="control-button grey-button tooltip" style="display:block" target="_blank"><img src='/icons/options.svg'></a>
<a id="help" title="i18n_popup_help_button" href='/skin/firstRun.html' class="control-button grey-button tooltip" style="display:block" target="_blank"><img src='/icons/help.svg'></a>
<div id='title'><img src='/icons/badger-48.png'> <h2><span class="i18n_name"></span></h2></div>
<div class='clear'></div>
<div id="subtitle"><span id="version" class="i18n_version"></span></div>
</div>
<div id="blockedResourcesContainer">
<p id="pbInstructions">
<span id="pb_detected" class="i18n_pb_detected"></span> <span id='number_trackers'></span> <span id="sliders_explanation" class="i18n_popup_instructions"></span>
<span id="instructions_one_tracker" class="i18n_popup_instructions_one_tracker" style="display:none"></span>
<span id="instructions_no_trackers" class="i18n_popup_instructions_no_trackers" style="display:none"></span>
</p>
<div class="spacer"></div>
<div id="blockedResources"><span class="options_loading"></span></div>
</div>
<div id="big-badger-logo" style="display:none; text-align:center; margin:25px 0;">
<img src="/icons/badger-128.png" alt="">
</div>
<div id="siteControls">
<button id="deactivate_site_btn" class="pbButton"><span class="i18n_popup_disable_for_site"></span></button>
<button id="activate_site_btn" class="pbButton" style="display:none"> <span class="i18n_popup_enable_for_site"></span></button>
<button id="error" class="pbButton" target="blank"><span class="i18n_report_broken_site"></span></button>
<button id="donate" class="pbButton" target="blank"><span class="i18n_donate_to_eff"></span></button>
</div>
<div class='clear'></div>
</body>
</html>
|