We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77774f commit dfed0caCopy full SHA for dfed0ca
1 file changed
src/chrome/content/code/ApplicableList.js
@@ -113,6 +113,9 @@ ApplicableList.prototype = {
113
// and disable rules.
114
var label = document.createElement('menuitem');
115
label.setAttribute('label', strings.getString('https-everywhere.menu.enableDisable'));
116
+ label.setAttribute('disabled', 'true');
117
+ label.setAttribute('class', 'menuitem-non-iconic');
118
+ label.setAttribute('style', 'color:#000000;');
119
var label2 = false;
120
if (!any_rules) {
121
label2 = document.createElement('menuitem');
0 commit comments