This file is indexed.

/usr/share/xul-ext/greasemonkey/skin/bindings.css is in xul-ext-greasemonkey 3.8-1~deb8u1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
cludes {
  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-editable');
}
.include cludes.readonly {
  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-include');
}
.match cludes.readonly {
  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-match');
}
#vboxUserCludeMatch #btnUserClude {
  visibility: hidden;
}
.exclude cludes.readonly {
  -moz-binding: url('chrome://greasemonkey/content/bindings.xml#clude-editor-readonly-exclude');
}