-
-
Notifications
You must be signed in to change notification settings - Fork 76
How to access protected pages
Ophir LOJKINE edited this page May 24, 2016
·
7 revisions
- Find the cookie that authenticates you on the site.
- (in firefox, from the site's page, you can do "Ctrl-I" > "Security" > "View Cookies"
- Open dezoomify.
- Open the web console inside dezoomify. (In firefox: Ctrl-Maj-K)
- Type:
ZoomManager.cookies = "Cookie1=Value1; Cookie2=Value2"
(replace Cookie1, Value1, etc., by the actual name of your cookies, that you found at step 1). - Paste the Url of your session-protected page in dezoomify, as you would do normally.
- Press Submit
- Enjoy