diff options
author | hackademix <giorgio@maone.net> | 2019-02-22 00:41:05 +0100 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2019-02-22 00:41:05 +0100 |
commit | 14bed707e5c9891d4502e276a757bbef014e6b4e (patch) | |
tree | 150bb2f74321dd7892571b1729003cb2fac93de3 /html/display_panel/content/display-panel.html | |
parent | 85e1e6c19cc8dc847417d25b0f720788ad31653c (diff) |
Deduplicate inline scripts and provide widgets to show them in main UI.
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r-- | html/display_panel/content/display-panel.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html index 0e4df97..5eccf60 100644 --- a/html/display_panel/content/display-panel.html +++ b/html/display_panel/content/display-panel.html @@ -73,7 +73,8 @@ </p> <ul> <li id="li-template"> - <a class="script-url" href="#"></a>: + <button class="toggle-source" title="Show/Hide code inline">👓</button><a class="script-url" href="#"></a>: + <pre class="source">No code</pre> <p class="reason"></p> <div class="buttons"> <button class="whitelist">Whitelist</button> @@ -81,6 +82,7 @@ <button class="forget">Forget</button> <button class="forget" name="*">Forget <span class="domain"></span></button> </div> + </li> </ul> </div> |