6 ms·
I use a 30-seconds-of-work horribly-hacked Stylus setting to make it a blue dot that can expand on hover: @-moz-document regexp(".") { / Insert code here..
by sgc 2mo ago
I use a 30-seconds-of-work horribly-hacked Stylus setting to make it a blue dot that can expand on hover:
@-moz-document regexp(".") {
/ Insert code here... */
#credential_picker_container {
width: fit-content !important;
height: fit-content !important;
}
iframe[src^="https://accounts.google.com/gsi/iframe/select https://accounts.google.com/gsi/iframe/select"] {
width: 10px !important;
height: 10px !important;
border-radius: 50% !important;
background-color:blue !important;
}
iframe[src^="https://accounts.google.com/gsi/iframe/select"]:hover https://accounts.google.com/gsi/iframe/select"]:hover {
width: 300px !important;
height: 300px !important;
border-radius: 0 !important;
}
}
- abrookewood 2mo agoSorry, what is stylus? I'd love to get that configured. Those pop-ups are damn annoying.
- sgc 2mo agoIt's like Grease monkey for CSS instead of JS. https://addons.mozilla.org/en-US/firefox/addon/styl-us/ https://addons.mozilla.org/en-US/firefox/addon/styl-us/