Skip to content

mathep/RoSpheal

 
 

Repository files navigation

RoSpheal logo

RoSpheal 🦭

This is my personal fork of RoSeal I forked it to add a couple of features I wanted for my own use

this is unofficial. If you want the real, polished thing, grab it from roseal.live.

Stuff I added

  • Unfriend Swiper — a Fast Swiping based way to unfreind users on your friends list
  • Outfit Roulette — rolls you a random outfit out of items your Roblox inventory.
  • The icon — I drew it in MS Paint

Run it yourself

You'll need Bun (run bun upgrade if you already have it).

  1. Build it: bun run build --target chrome
  2. Open chrome://extensions and flip on Developer mode (top right)
  3. Click Load unpacked and pick the dist/ folder it just made

Build options (if you actually care)

  • bun run build --target <TARGET> [--release]
    • TARGET = chrome | firefox | edge | safari
    • Skip --release for a normal dev build. Output lands in dist/.
  • bun run redist — builds every target at once into builds-dist/.

(Firefox reviewers: use bun run build --target firefox --release. Without --release you get a dev build that won't match the submitted checksum.)

Credit + license

Built on top of RoSeal — Copyright (C) 2022-2026 roseal.live. Licensed under AGPL-3.0

Dev notes (inherited from RoSeal)

  • Dev WS server port: 2923
  • Dev API server port: 4121
  • Dev WWW server port: 35922

About

The main RoSeal website extension for 2.x and beyond.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 92.0%
  • SCSS 8.0%