{% embed https://www.youtube.com/watch?v=7K8A8uUBwWA %}
How to get your Mallsoft .wav files to play for Winamp 🦙 2.9.5 in Windows 98SE
I was messing around in Windows 98SE and was trying to play some of my Bandcamp Vaporwave in Winamp 2.9.5.
But I was having some issues playing the .wav
files you can download from Bandcamp:
The fix ended up being to tell the “Nullsoft Waveform Decoder” to “Convert 24/32-bit to 16-bit” and it worked!
How to get better tabs in Firefox UI (on Mac)
Yes, the tabs in Firefox suck, they look like pills (or buttons) and look horrible, right?
This is how I styled them to look a little more visually pleasing:
Edit /Users/
and add the following:
Note, you should know where this file is. If you don’t, Google it and come back here.
.tab-background { border-radius: 0 0 3px 3px !important; border-top-right-radius: 0 !important; border-top-left-radius: 0 !important; margin-right: 0 !important; margin-left: 0 !important; margin-bottom: 0 !important; margin-top: 0 !important; } .tabbrowser-tab:not( [selected=true] ):not( [multiselected=true] ) .tab-background { background-color: color-mix( in srgb, currentColor 10%, transparent); }
I am using this theme, curious how this looks in other themes.
Also, please let me know how this works on Windowz!