The "Firebase Rules Wide" (https://uso.kkx.one/style/168233) has stopped working as Google has updated it's layout and made it even less semantic. This new version works on 2022-09-01 and uses .fire-rule-card and assumes the div inside (and the one inside that) need their max-width reset.
Firebase Rules Wide (September 2022) by mcapodici
Details
Authormcapodici
LicenseNo License
Categoryhttps://console.firebase.google.com/
Created
Updated
Size631 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Firebase Rules Wide
@namespace USO Archive
@author Nimai Malle (Brokley)
@description `The Firebase Realtime Database Rules editor and simulator does not extend to the full width of the window, making editing and iterating on complex rules difficult. This style patch fixes that.`
@version 20190126.16.44
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("^https://console\\.firebase\\.google\\.com.*/rules$") {
.fire-rules-card > div {
max-width: unset !important;
}
.fire-rules-card > div > div {
max-width: unset !important;
}
}