@-moz-document regexp('^about:(?!logins).*')
Habe mal geforscht: ?!logins nennt sich offenbar negative lookahead assertion, die eben bewirkt, dass nach about: gesucht wird, dem logins nicht folgt.
 
								
					Assertions - JavaScript | MDN
					
			Assertions include boundaries, which indicate the beginnings and endings of lines and words, and other patterns indicating in some way that a match is possible…
					developer.mozilla.org
				Hier ist das das Muster x(?!y)
 
		
		
	




 Wir könnten ja mal Bugzilla durchforschen, vielleicht gibt es schon ein Ticket dafür.
 Wir könnten ja mal Bugzilla durchforschen, vielleicht gibt es schon ein Ticket dafür.



 
 