Cheats
20 | 21 |22 | 23 | 24 |
├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── docker-compose.yml ├── lib └── config.js ├── package-lock.json ├── package.json ├── pages ├── 404.html └── proxy_404.html ├── polaris.config.js ├── render.yaml ├── server ├── api.js ├── index.js ├── utils.js └── utils │ ├── rewriter.js │ └── token.js ├── static ├── ads.txt ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── apps.html ├── assets │ ├── JSON │ │ ├── apps.json │ │ ├── changelog.json │ │ ├── cheats.json │ │ ├── cloaks.json │ │ └── games.json │ ├── css │ │ ├── dropdown.css │ │ ├── fonts.css │ │ ├── footer.css │ │ ├── main.css │ │ ├── nav.css │ │ ├── sidebar.css │ │ ├── themes.css │ │ └── view.css │ ├── fonts │ │ ├── Lato-Black.woff │ │ ├── Lato-Black.woff2 │ │ ├── Lato-BlackItalic.woff │ │ ├── Lato-BlackItalic.woff2 │ │ ├── Lato-Bold.woff │ │ ├── Lato-Bold.woff2 │ │ ├── Lato-BoldItalic.woff │ │ ├── Lato-BoldItalic.woff2 │ │ ├── Lato-Hairline.woff │ │ ├── Lato-Hairline.woff2 │ │ ├── Lato-HairlineItalic.woff │ │ ├── Lato-HairlineItalic.woff2 │ │ ├── Lato-Italic.woff │ │ ├── Lato-Italic.woff2 │ │ ├── Lato-Light.woff │ │ ├── Lato-Light.woff2 │ │ ├── Lato-LightItalic.woff │ │ ├── Lato-LightItalic.woff2 │ │ ├── Lato-Regular.woff │ │ └── Lato-Regular.woff2 │ ├── img │ │ ├── adsterra.png │ │ ├── hamster.gif │ │ ├── hamster.jpg │ │ ├── logo.png │ │ ├── polaris_loading.gif │ │ ├── rick.png │ │ ├── skelly.gif │ │ ├── smurf.jpg │ │ ├── trollface.png │ │ └── wide │ │ │ ├── 99balls.png │ │ │ ├── crossyroad.webp │ │ │ ├── fortnite.jpg │ │ │ ├── retrobowl.png │ │ │ ├── run3.png │ │ │ ├── stickman-archero-fight.png │ │ │ ├── subwaysurfers.webp │ │ │ └── tinyfishing.png │ ├── js │ │ ├── analytics.js │ │ ├── apps.js │ │ ├── cdn.inject.js │ │ ├── changelog.js │ │ ├── cheats.js │ │ ├── eastereggs.js │ │ ├── effects.js │ │ ├── games.js │ │ ├── main.js │ │ ├── offline.js │ │ ├── page │ │ │ └── game.js │ │ ├── search.js │ │ ├── settings.js │ │ ├── share.js │ │ ├── themes.js │ │ ├── utils.js │ │ ├── utils │ │ │ ├── cookie.js │ │ │ ├── ctc.js │ │ │ ├── ctc_worker.js │ │ │ ├── error.js │ │ │ ├── events.js │ │ │ └── indexeddb.js │ │ └── view.js │ └── misc │ │ └── media │ │ ├── bruh.mp3 │ │ ├── rickroll.mp3 │ │ ├── ringtone.mp3 │ │ ├── skelly.mp3 │ │ └── smurf.mp3 ├── changelog.html ├── cheats.html ├── downtime.html ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── games.html ├── index.html ├── offline.html ├── premium.html ├── privacy.html ├── search.html ├── share.html ├── site.webmanifest ├── tos.html ├── uv │ ├── sw.js │ └── uv.config.js └── view.html ├── templates ├── ad_horizontal.html ├── adtop.html ├── analytics.html ├── development.html ├── discord_widget.html ├── footer.html ├── meta.html ├── navbar.html └── sidebar.html └── vercel.json /.gitignore: -------------------------------------------------------------------------------- 1 | **/node_modules 2 | **.DS_Store 3 | .gitpod.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM node:20 2 | WORKDIR /usr/src/polaris 3 | COPY package*.json ./ 4 | RUN npm install 5 | COPY . . 6 | EXPOSE 8080 7 | CMD ["npm", "start"] 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
22 | Looks you found a page that does not exist! Try checking your url for spelling mistakes.
23 |
24 |
25 | Or, you can report it in our discord server.
26 |
19 | Loading the proxy... 20 |
21 |
28 | Running Polaris unknown
29 |
30 |
31 |
32 |
33 |
34 | Commit: unknown
35 |
36 | Up to Date: no
37 |
38 | Server Mode: unknown
39 |
40 |
24 | We slipped up! Polaris's servers are currently down and we are working hard to fix them!
25 |
26 | For more information on the downtime join our discord server.
27 |
28 | Discord 29 | - 30 | Source Code 31 | - 32 | Support Email 33 | - 34 | Suggest a game 35 | - 36 | Privacy Policy 37 | - 38 | Terms of Service 39 |
40 | 41 |Looks you're offline. Connect to the internet to access polaris.
23 |With a premium membership you will get access to
24 |
23 | By using our site your personal information may be collected, including:
24 |
25 |
26 |
27 | - Email Address
28 |
29 | - IP Address
30 |
31 | - Other data commonly collected by advertisers
32 |
33 |
34 |
35 | We do not sell any of your personal information to third parties outside of the advertisers we use.
36 | We do not store your personal information outside of advertising services and our analytics service
37 | https://counter.dev/.
38 |
39 | Our sites code is open source and is hosted on github, it can be found here: https://github.com/Skoolgq/Polaris.
40 |
41 |
42 |
43 | If you have any questions please contact us at support@polarislearning.org
44 |
Search the web without restrictions
23 | 24 | 27 |19 | Loading game... 20 |
21 |