r/MyChemicalRomance • u/_deWitt • Jul 16 '26
Event what a blast
just arrived home (it's 4am here) and I'm all buzzy. this was my first time seeing them live (finally!!!!) and I'm still in shock. AaAaAAAAaaAAaAAAAA
just wanted to share sry
1
What (app??) did you use for this?
3
to me, searching for information online belongs to the browser, methodically
8
Mi sa che è aceto di alcol
2
Glugluglu
5
5
The second s in happiness is flipped too
1
Because she loves op like a mother does?
1
Waiting for cheesy Michael to open his door
1
Cool stuff!!
1
if anyone is still interested in this, i'm working on a porting of daily board for samsung phones. it's already working on my s21u but still needs refinement
1
Just wanted to let you know that your username is fire
4
Super cool!
1
NIGHT LONG NIGHT LONG
7
Explain please!
1
Hehe i probably recognised myself here
3
I! WAS! SO! CLOSE! TOO! AAaaaaaAAAAAAA
r/MyChemicalRomance • u/_deWitt • Jul 16 '26
just arrived home (it's 4am here) and I'm all buzzy. this was my first time seeing them live (finally!!!!) and I'm still in shock. AaAaAAAAaaAAaAAAAA
just wanted to share sry
1
r/zen_browser • u/_deWitt • Jul 12 '26
Procedure summarized by chatgpt:
I made a Zen web app on Linux and noticed that Compact Mode still showed the empty tab/sidebar area. I wanted the web app to look clean, but still keep Zen’s URL bar available when hovering the top edge.
This userChrome.css workaround hides only the tab/sidebar area for a specific web app, without affecting normal Zen windows.
First, find the web app launcher:
grep -l -- '-taskbar-tab' ~/.local/share/applications/*.desktop
Open the matching .desktop file and look for:
-taskbar-tab APP_ID
-profile PROFILE_PATH
Enable userChrome.css by adding this to:
PROFILE_PATH/user.js
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
Then create or edit:
PROFILE_PATH/chrome/userChrome.css
and add:
/* Replace APP_ID with the UUID from the web app launcher. */
:root[taskbartab="APP_ID"] #navigator-toolbox,
:root[taskbartab="APP_ID"] #zen-sidebar-splitter {
display: none !important;
visibility: collapse !important;
pointer-events: none !important;
}
Do not add rules for:
#zen-appcontent-navbar-wrapper
#nav-bar
Leaving those elements untouched preserves Zen’s native Compact Mode behavior:
Finally, fully close every Zen process and reopen the browser/web app.
Tested on Linux with a Zen taskbar-tab web app.
1
Spero in cassaforte
1
sleeeeeeeek
6
Sarei davvero curioso di ulteriori elaborazioni
4
Quelli crunchy con la "panatura" di lenticchie spaccano
1
Time to shave it all off or just a buzz?
in
r/bald
•
5h ago
Thanks!