Poly+ is a quality-of-life Chromium-based extension for Polytoria.com
This repository has been archived on 2026-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Index eeaafeb35a Updates and Bug Fixes
- Experimental Feature: Event Items Store Category

- Fixed "Try On" store items

- Deleted "Try On" store items code and moved it to the main item view page script

- Fixed Transactions page Bricks to IRL Price converter

- Transactions page bricks to IRL Price converter now doesn't say "$NaN" when the input is erased

- Deleted popup and installation HTML files as they aren't used and haven't been used for a while. I am thinking of adding a new popup when you click the extension icon in your browser toolbar but that will be different than the code that was there.

- New Feature: Show "Owners" instead of "Sales"

- Updated theme code to run on all pages, even when the "Theme Creator" feature is turned off so that CSS such as modal CSS can still apply without other scripts having to apply their own CSS blob to the page

- Updated context menu background code to remove all context menus created by the extension before creating the context menus so the error for duplicate context menu IDs won't keep appearing (hopefully, but I haven't gotten the error yet so...)

- Fixed "Trending Items" IRL Brick price breaking if any of the trending items are free

- Improved detection for the purchase button on item view pages

- Fixed the item view page not checking if the item isn't owned before trying to add the IRL Brick price

- Removed old setTimeout() code at the start of some files
2024-04-20 11:58:00 -05:00
css Update Notification Banner & Improvements 2024-03-07 10:38:11 -06:00
js Updates and Bug Fixes 2024-04-20 11:58:00 -05:00
.gitignore Improved Settings Page and other Improvements 2024-02-21 21:48:06 -06:00
data_structure.txt Improved Settings Page and other Improvements 2024-02-21 21:48:06 -06:00
icon-update.png Update Notification Banner & Improvements 2024-03-07 10:38:11 -06:00
icon.png February 8th is going to be a good day 2024-02-07 17:06:33 -06:00
manifest.json Updates and Bug Fixes 2024-04-20 11:58:00 -05:00
README.md Add "Place Achievements Progress Bar" Feature 2024-03-27 12:31:51 -05:00
settings.html Updates and Bug Fixes 2024-04-20 11:58:00 -05:00
settings.js Improvements 2024-03-07 14:59:37 -06:00

Caution

Poly+ is in no way affiliated with the Polytoria team. This is a project I started for the community - and I hope some community members are willing to help with development so the extension is better for everyone ❤️.

Important

This extension is currently in BETA. If you find any bugs, please report them in this repository's issues section as it'd be a great help towards development of the extension.

Tip

Want to learn what's in store for Poly+? Check out the roadmap here!

Poly+

Poly+ is an upcoming quality-of-life browser extension for the Polytoria website! The extension provides tons of improvements to improve your experience on Polytoria! Visit the website here!

image image image image image

^ shields.io for the badges ❤️

Features

  • Pinned Games
  • Forum Mentions
  • Best Friends
  • Improved Friend Lists
  • IRL Price with Brick Count
  • Hide Sidebar Notification Badges
  • Theme Creator
  • Store owned Tags
  • More Search Filters
  • Modify Navbar
  • Free Membership Themes
  • Multi-Cancel Outbound Trades
  • Item Wishlist
  • Outfit Cost

And there is more to come!

Supported Browsers

As of right now, Poly+ only works on Chromium-based browsers. Currently, there are no plans to bring it to other browsers in the future.

TL;DR Chromium-based browsers

Examples of Browsers that are Chromium-based

  • Google Chrome
  • Chromium
  • Edge
  • Opera (& it's variations)
  • Brave
  • Arc

Downloading

How to Download - Stable Build?

  1. Go to the releases section of this GitHub repository
  2. Go to the latest release and download the .ZIP file for that release
  3. Extract the .ZIP
  4. Enable developer mode on your browser (developer mode allows you to load unpacked extensions)
  5. Click the "Load Unpacked" button
  6. When the file selector comes up, open the unzipped folder from this GitHub repository
  7. Go to Polytoria and you should see some changes!

How to Download - Pre-Release Build?

Pre-Release builds may have work in progress features or bugs!

  1. Go to the top of this GitHub repository
  2. Click on the "Code" button
  3. Click on the "Download ZIP" button in the dropdown menu
  4. Extract the .ZIP
  5. Enable developer mode on your browser (developer mode allows you to load unpacked extensions)
  6. Go to your browsers extensions page (usually browserName://extensions)
  7. Click the "Load Unpacked" button
  8. When the file selector comes up, open the unzipped folder of this repository's source code
  9. Go to Polytoria and you should see some changes!