2014-06-24 00:42:43 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2014-10-21 16:45:54 +02:00
|
|
|
<meta charset="utf-8">
|
2014-06-24 00:42:43 +02:00
|
|
|
<link rel="stylesheet" href="css/common.css" type="text/css">
|
2014-08-03 06:08:27 +02:00
|
|
|
<link rel="stylesheet" href="css/popup.css" type="text/css">
|
2014-06-24 00:42:43 +02:00
|
|
|
<title>µBlock</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2014-10-20 22:10:59 +02:00
|
|
|
<h4 title="popupTipDashboard">v<span id="version"></span></h4>
|
2014-06-24 00:42:43 +02:00
|
|
|
<div>
|
2014-08-24 16:04:22 +02:00
|
|
|
<p id="switch" data-i18n-tip="popupPowerSwitchInfo"><span class="fa"></span></p>
|
|
|
|
<p id="switch-hint"></p>
|
2014-06-24 02:03:41 +02:00
|
|
|
<p style="font-size: 16px;" data-i18n="popupBlockedRequestPrompt"></p>
|
2014-08-24 16:04:22 +02:00
|
|
|
<p id="stats">
|
|
|
|
<span data-i18n="popupBlockedOnThisPagePrompt"></span> 
|
2014-09-27 19:27:33 +02:00
|
|
|
<span id="gotoPick" class="fa tool" data-i18n-tip="popupTipPicker" data-tip-anchor="top"></span> 
|
2014-08-24 16:04:22 +02:00
|
|
|
<span id="gotoLog" class="fa tool" data-i18n-tip="popupTipLog" data-tip-anchor="top"></span>
|
|
|
|
</p>
|
2014-06-24 00:42:43 +02:00
|
|
|
<p id="page-blocked">?</p>
|
2014-06-24 02:03:41 +02:00
|
|
|
<p id="stats" data-i18n="popupBlockedSinceInstallPrompt"></p>
|
2014-06-24 00:42:43 +02:00
|
|
|
<p id="total-blocked">?</p>
|
|
|
|
</div>
|
|
|
|
|
2014-10-07 16:46:10 +02:00
|
|
|
<div id="dynamicFilteringToggler" class="fa on">
|
2014-10-07 21:09:43 +02:00
|
|
|
<div></div>
|
|
|
|
<div></div>
|
|
|
|
<div></div>
|
|
|
|
<div></div>
|
2014-10-07 16:46:10 +02:00
|
|
|
<a href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering" target="_blank">?</a>
|
|
|
|
</div>
|
2014-10-06 20:02:44 +02:00
|
|
|
|
|
|
|
<div id="dynamicFilteringContainer">
|
|
|
|
<div class="dynamicFiltering local" data-scope=".">
|
|
|
|
<div data-first-party data-type="inline-script"></div>
|
|
|
|
<div data-first-party data-type="script"></div>
|
|
|
|
<div data-type="script"></div>
|
|
|
|
<div data-first-party data-type="sub_frame"></div>
|
|
|
|
<div data-type="sub_frame"></div>
|
|
|
|
<div class="label"><script></div>
|
|
|
|
<div class="label"><iframe></div>
|
|
|
|
</div>
|
|
|
|
<div class="dynamicFiltering global" data-scope="/">
|
|
|
|
<div data-first-party data-type="inline-script"></div>
|
|
|
|
<div data-first-party data-type="script"></div>
|
|
|
|
<div data-type="script"></div>
|
|
|
|
<div data-first-party data-type="sub_frame"></div>
|
|
|
|
<div data-type="sub_frame"></div>
|
|
|
|
<div class="label"><script></div>
|
|
|
|
<div class="label"><iframe></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-10-17 21:44:19 +02:00
|
|
|
<script src="js/js-loader.js" data-jsList="
|
|
|
|
js/vapi-common.js
|
|
|
|
js/vapi-client.js
|
2014-10-20 22:10:59 +02:00
|
|
|
js/vapi-appinfo.js
|
2014-10-17 21:44:19 +02:00
|
|
|
js/udom.js
|
|
|
|
js/i18n.js
|
|
|
|
js/popup.js
|
|
|
|
"></script>
|
|
|
|
|
2014-06-24 00:42:43 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|