From 62f96f35d471f7d0321636e78d5ae194eea6aae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 9 Jan 2021 22:58:04 -0500 Subject: version 6.0.14 Rebrand of LibreJS under Unified XUL Platform --- data/display_panel/main_panel.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'data/display_panel/main_panel.js') diff --git a/data/display_panel/main_panel.js b/data/display_panel/main_panel.js index c03b19d..9c10155 100644 --- a/data/display_panel/main_panel.js +++ b/data/display_panel/main_panel.js @@ -1,23 +1,23 @@ /** - * 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 * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see . + * along with GNU LibreJSXUL. If not, see . */ var displayPanel = { complainButton: null, @@ -130,7 +130,7 @@ var displayPanel = { $el.data('librejs-url', item.url); li.prepend($el); } else if (item.reason.indexOf('whitelisted by user') > -1) { - // a hack until LibreJS version 6.1. Need to have a value attached + // a hack until LibreJSXUL version 6.1. Need to have a value attached // to item.whitelisted for this. $el = $( '' + @@ -216,7 +216,7 @@ var displayPanel = { if (message.pageURL === 'resource://jid1-ktlzuoiikvffew-at-jetpack/librejs/data/settings/index.html' ) { - message.pageURL = "LibreJS Whitelist"; + message.pageURL = "LibreJSXUL Whitelist"; } $('#info').css({'opacity': 0}); $('h2.blocked-js').html( @@ -280,13 +280,13 @@ var displayPanel = { } } else { this.button1.hide(); - $('ul.blocked-js').append('
  • LibreJS did not block any scripts on this page: \n\n
  • '); + $('ul.blocked-js').append('
  • LibreJSXUL did not block any scripts on this page: \n\n
    • There may be no scripts on this page (check source, C-u).
    • All the scripts on this page may be trivial and/or free.
    • You may have whitelisted this domain name or url from the preferences (Type about:addons in your location bar to check)
    • You may have clicked the "allow all scripts" button, which causes LibreJSXUL to load all JavaScript on a page regardless of whether it is free, trivial, nontrivial or nonfree. This policy is effective for the entire duration of a Firefox session.
    • If for any reason you think LibreJSXUL should have blocked JavaScript code on this page, please report this issue to: bug-librejs@gnu.org
  • '); $('#report').attr( 'href', 'mailto:bug-librejs@gnu.org' + - '?subject=LibreJS bug report' + - '&body=LibreJS issue with page: ' + + '?subject=LibreJSXUL bug report' + + '&body=LibreJSXUL issue with page: ' + message.pageURL); } @@ -308,7 +308,7 @@ var displayPanel = { } else { $('ul.accepted-js').append( - '
  • LibreJS did not allow the execution of any scripts on this page: \n\n\'' + + '
  • LibreJSXUL did not allow the execution of any scripts on this page: \n\n\'' + '
      ' + '
    • There may be no scripts on this page (check source, C-u)
    • ' + '
    • The inline and on-page JavaScript code may not be free and/or may not have proper license information and external scripts (if present) may have been removed by default.
    • ' + -- cgit v1.2.3