Skip to content

This will get a US session id and set the cookie for it on crunchyroll

License

Notifications You must be signed in to change notification settings

stennen/CR-Unblocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CR-Unblocker

What is the CR-Unblocker?

The CR-Unblocker will get an American Session ID and sets it as your current Session ID cookie. Like this Crunchyroll will think you are located in America and therefore you should have access to all anime you couldn't watch.

I've heared it isn't safe?

The method all Crunchyroll Unblockers are using is basically the same as described above. Your session id is bound to your account after being set as a cookie. However, we take security very seriously. If you notice anything suspicious PLEASE tell us.

Please note: We are not responsible for any compromised accounts.

The extension keep disconnecting me every time, what can i do ?

For now, nothing. It's impossible for us to provide a way to login without storing your password and username. We are not really comfortable asking for your credentials. We might provide the option later if enough people request it.

Installing

You can just install the Chrome Extension from here.

You can also package a zip version of the extension by running

npm run build

Setting is up yourself

If you are really concerned about security you can run the old server backend yourself. I will give you a brief tutorial here but can't help you with every little detail:

  1. You should have some knowledge of NodeJS
  2. Clone the backend repo
  3. Assuming you got NPM and Nodejs setup, move package.json, getSessionId.js and server.js to your VPS or something like that hosted in America. I can recommend running the server behind a reverse proxy like Nginx.
  4. run 'npm install', 'node server.js' and setup Nginx
  5. In extension/background_script.js set the URL of the fetch to the url of the server
  6. Add the extension folder as an unpacked extension to chrome.

Backend Repo

The old repo for the backend is here

Contributing

The extension is always under development. Some features might be added late. If you have any idea on what to add feel free to contribute to the project.

Support me

If you like my work and would like to support me, consider becoming a Patreon: https://www.patreon.com/onestay

This would really help me out!

About

This will get a US session id and set the cookie for it on crunchyroll

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.3%
  • HTML 19.6%
  • CSS 9.1%