Customize any website with a vintage 90s & Y2K retro theme. Enjoy nostalgic web aesthetics, and classic UI designs! Back to 2000 has never been easier! RawY2K is the ultimate retro website modifier that transforms any modern web page into a vintage 90s and Y2K aesthetic experience. Customize your browser with custom cursors, nostalgic Windows 98 UI, and classic GeoCities style themes instantly. Relive the golden age of the internet where the web was raw, fun, and full of chaotic creativity.
Customize any website with a vintage 90s & Y2K retro theme. Enjoy nostalgic web aesthetics, custom cursors, and classic UI designs!
Back to 2000 has never been easier! RawY2K is the ultimate retro website modifier that transforms any modern web page into a vintage 90s and Y2K aesthetic experience. Customize your browser with custom cursors, nostalgic Windows 98 UI, and classic GeoCities style themes instantly. Relive the golden age of the internet where the web was raw, fun, and full of chaotic creativity.
π CORE FEATURES & VINTAGE AESTHETICS π
Every module is fully customizable. Turn the whole theme on, or pick exactly which retro elements you want to see on your screen!
β¦ Typography Overhaul: Comic Sans body text, Impact headings, and glowing neon text shadows.
β¦ Visual Effects: Authentic CRT monitor scanlines, animated starfield backgrounds, and chunky image borders.
β¦ Classic UI: Windows 98 style buttons, inputs, checkboxes, and 3D scrollbars.
β¦ Marquee Banner: A scrolling welcome bar with a live visitor odometer counter.
β¦ Under Construction: The legendary animated orange/black striped floating sign.
β¦ Dial-up Sequence: Experience the "Connecting at 56.6 Kbpsβ¦" screen on your first visit.
β¦ Popup Ad: A classic "You are the 1,000,000th visitor!" joke modal.
β¦ Nostalgic Widgets: Signable guestbook and a Web Ring bottom navigation bar.
β¦ MIDI Chiptune: Built-in Web Audio API 8-bit synthesizer for the perfect background track.
β¦ Sparkle Trail: Fairy dust particle effects that follow your mouse cursor.
π VIP PRO MODULES (Upgrade your Nostalgia) π
Take your time machine to the next level with our premium capabilities:
β¦ 12 Custom Cursors: Replace the default pointer with a 90s RPG Sword, Dinosaur, Pixel Pizza, Area 51 Alien, Win98 Hourglass, and more!
β¦ 16-Bit Cyberpunk Synth: An advanced audio engine with arpeggiators replacing the standard 8-bit beeps.
β¦ Retro Ad-Blocker: Disable the classic joke "Popup Ads" for a cleaner workflow.
β¦ Custom Marquee: Write your own personalized scrolling text to display on the top banner of any website.
πΎ HOW TO USE THE EXTENSION πΎ
Click the RawY2K icon (β ) in your browser toolbar to open the control panel.
Toggle the "Enable Y2K Mode" switch.
Watch the current webpage instantly travel back in time!
Open the "Extra Cheese" or "VIP Modules" sections to toggle individual features on or off.
β FREQUENTLY ASKED QUESTIONS (FAQ) β
Q: How to make a website look like the 90s or Y2K era?
A: Simply install the RawY2K extension, click the extension icon, and turn on "Y2K Mode". It automatically applies vintage CSS, retro fonts, and 90s widgets to any webpage you are currently viewing.
Q: How to get custom cursors for Chrome?
A: RawY2K includes a built-in Custom Cursor module in the VIP section. You can choose from 12 retro designs (like swords, aliens, or classic Windows hourglasses) that will replace your default mouse pointer instantly.
Q: Where to download the best Y2K browser modifier?
A: You can add RawY2K directly from the official Web Store. It is widely considered the most authentic and optimized retro aesthetic extension available today.
Q: Is this retro theme extension safe to use?
A: 100% Yes. RawY2K operates entirely locally on your device. We do not collect, track, or transmit your browsing history. The extension only uses permissions to apply visual CSS changes to your active tab.
Q: How do I turn off the background MIDI music or sparkle trail?
A: Open the RawY2K control panel and look under the "Extra Cheese" settings. You can easily uncheck "MIDI Music" or "Sparkle Trail" without disabling the rest of the vintage theme.
Q: Can I customize the scrolling marquee text?
A: Yes! VIP users can type their own custom text in the "Marquee Text" input field, and it will instantly scroll across the top of any website you visit.
β PRIVACY FIRST β
No data collection. No tracking. No external servers. Your preferences, VIP status, and local hit counters are stored securely on your own device.
Developed by RawY2K. Best viewed in Netscape Navigator 4.0 at 800x600. (Just kidding. Mostly.)
@yelyzaveta_kibetsΒ Hey, thanks (; No, it shouldn't break heavy grids. The extension only changes the "paint" (colors, typography, borders) and ignores structural properties like display or position. So your layout stays intact. Plus, you can instantly pause it with Alt+Shift+Y.
@cepeshrcΒ Paint only and a pause shortcut is exactly the answer I wanted. Alt Shift Y is the bit that would keep it installed for me.
Report
the hard part of any restyle everything extension isnt the aesthetic, its that the modern web has no stable hooks left. class names are compiled hashes that change on every deploy, so a rule written against one today is dead next week and it dies silently, the page just looks slightly wrong rather than throwing anything. ive spent a good part of today watching selectors rot on one site, and thats a single site i was actively looking at. i would push hard on styling by role instead of by class wherever you can, button, nav, input, aria roles, anything semantic, becuase that survives redeploys in a way that class targeting never does. the other one id watch is that a lot of sites now ship their own dark mode, and a theme layered over an already dark palette is where contrast quietly falls apart. worth asking, what does it do on a site that already has a strong opinion, and does the chrome store permission read as read and change all your data on all websites? thats the sentence that costs installs, and its worth pre-empting on your store listing rather than letting it be the first thing someone reads.
@rabnoor_sΒ Spot on! The hashed class problem is exactly why RawY2K completely ignores classes. We aggressively target bare semantic tags (button, input, a, table) with !important resets, basically treating the modern web like raw HTML. For dark mode, we forcefully override backgrounds and text colors globally, so native themes just get paved over.
And you are 100% right about the permission warning. Adding a transparent explanation to the Chrome Web Store listing today. Thanks for the solid feedback!
Report
this is the kind of thing I didn't know I needed until I saw the dial-up connecting screen lol, genuinely made me laugh. one thing I'd ask - do the animated bits (marquee banner, starfield background, scanlines) respect prefers-reduced-motion? I get a bit queasy on pages with constant motion and would love to keep the retro cursors and Windows 98 UI but switch off anything that moves.
Retro Y2K Theme
Softorino π»π²
Staring at the same pages all day for SEO work does get grey after a while. Does the Windows 98 skin break sites built on heavy CSS grid?
Retro Y2K Theme
@yelyzaveta_kibetsΒ Hey, thanks (; No, it shouldn't break heavy grids. The extension only changes the "paint" (colors, typography, borders) and ignores structural properties like display or position. So your layout stays intact. Plus, you can instantly pause it with Alt+Shift+Y.
Softorino π»π²
@cepeshrcΒ Paint only and a pause shortcut is exactly the answer I wanted. Alt Shift Y is the bit that would keep it installed for me.
the hard part of any restyle everything extension isnt the aesthetic, its that the modern web has no stable hooks left. class names are compiled hashes that change on every deploy, so a rule written against one today is dead next week and it dies silently, the page just looks slightly wrong rather than throwing anything. ive spent a good part of today watching selectors rot on one site, and thats a single site i was actively looking at. i would push hard on styling by role instead of by class wherever you can, button, nav, input, aria roles, anything semantic, becuase that survives redeploys in a way that class targeting never does. the other one id watch is that a lot of sites now ship their own dark mode, and a theme layered over an already dark palette is where contrast quietly falls apart. worth asking, what does it do on a site that already has a strong opinion, and does the chrome store permission read as read and change all your data on all websites? thats the sentence that costs installs, and its worth pre-empting on your store listing rather than letting it be the first thing someone reads.
Retro Y2K Theme
@rabnoor_sΒ Spot on! The hashed class problem is exactly why RawY2K completely ignores classes. We aggressively target bare semantic tags (button, input, a, table) with !important resets, basically treating the modern web like raw HTML. For dark mode, we forcefully override backgrounds and text colors globally, so native themes just get paved over.
And you are 100% right about the permission warning. Adding a transparent explanation to the Chrome Web Store listing today. Thanks for the solid feedback!
this is the kind of thing I didn't know I needed until I saw the dial-up connecting screen lol, genuinely made me laugh. one thing I'd ask - do the animated bits (marquee banner, starfield background, scanlines) respect prefers-reduced-motion? I get a bit queasy on pages with constant motion and would love to keep the retro cursors and Windows 98 UI but switch off anything that moves.