diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-09 22:58:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-09 22:58:04 -0500 |
commit | 62f96f35d471f7d0321636e78d5ae194eea6aae7 (patch) | |
tree | a13f865028fa2d5c11fc3c8bc9e67501f87dbef8 /data/display_panel/content/display-panel.html | |
parent | 20aebe3faab7f064b4fdfdfe2f9a8c920f7d5fb2 (diff) | |
download | librejsxul-62f96f35d471f7d0321636e78d5ae194eea6aae7.tar.lz librejsxul-62f96f35d471f7d0321636e78d5ae194eea6aae7.tar.xz librejsxul-62f96f35d471f7d0321636e78d5ae194eea6aae7.zip |
version 6.0.14
Rebrand of LibreJS under Unified XUL Platform
Diffstat (limited to 'data/display_panel/content/display-panel.html')
-rw-r--r-- | data/display_panel/content/display-panel.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/display_panel/content/display-panel.html b/data/display_panel/content/display-panel.html index 68d203e..61d879f 100644 --- a/data/display_panel/content/display-panel.html +++ b/data/display_panel/content/display-panel.html @@ -6,7 +6,7 @@ <link rel="stylesheet" type="text/css" href="./panel-styles.css"/> <!-- /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * @@ -30,20 +30,20 @@ <body> <div class="title-area"> <div> - <a class="libre" - id="ljs-settings" - href="javascript:void" - title="LibreJS Whitelist Settings"> - <h1 class="libre">LibreJS</h1> - </a> + <h1 class="libre"> + <a title="LibreJSXUL Whitelist Settings" + id="ljs-settings" + href="javascript:void" + class="libre">LibreJSXUL</a> + </h1> </div> <div> - <a target="_blank" href="https://www.gnu.org/software/librejs/" - id="librejs-web-link" - >gnu.org/software/librejs</a> + <a id="librejs-web-link" + href="https://wiki.hyperbola.info/doku.php?id=en:project:iceweasel-uxp_addons" + target="_blank">Addons for Iceweasel-UXP</a> </div> <div> - <strong>LibreJS 6.0.13</strong> + <strong>LibreJSXUL 6.0.14</strong> </div> </div> @@ -60,7 +60,7 @@ <div id="blocked"> <h2 class="blocked-js"></h2> - <ul class="blocked-js"> + <ul class="blocked-js"></ul> </div> <div id="librejs-web-labels-pages"> |