Spyke

Posts

adhd·ADHDbyZetta

What dosage do you take?

And body weight if you don't mind sharing. I've been on 10mg xr (Adderall) for 5 months and it's been helpful for me. I'm about 155lb, just up'd my dosage and got perscribed a 5mg ir dose to take as needed as well so I'll be taking 15mg a day.

What dose are you all on, I remember scrolling through a reddit thread a while ago and almost everybody was taking really large doses imo, like 30 - 40 mg a day. Maybe that's sorta normal, I dunno.

View original on mander.xyz
20
firefox·FirefoxbyZetta

CSS customization help request

Hey all, I'm trying to remove the bar that has "REMOVE" spammed in red across it. Anyone able to provide some insight/help? Here is my current userChrome.css file

#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { opacity: 0; pointer-events: none; } #main-window:not([tabsintitlebar="true"]) #TabsToolbar { visibility: collapse !important; } #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { display: none; } .tab { margin-left: 1px; margin-right: 1px; } /* Remove close button*/ .titlebar-buttonbox-container{ display:none }

View original on mander.xyz
17