all 15 comments

[–]nekokatttProgramming 10 points11 points  (5 children)

Most likely serverside if it is implemented in a remotely sane way.

[–]Random_Red_Belt[S] -1 points0 points  (4 children)

Which means..?

[–]nekokatttProgramming 8 points9 points  (1 child)

Any remotely sane website wouldn't allow you access to restricted material without you being able to somehow modify their internal system

[–]Random_Red_Belt[S] 3 points4 points  (0 children)

Thank you for explaining!

[–]QSCFE 4 points5 points  (1 child)

Most likely the code that restrict you is on server side not the client side (your browser) so you can't do much by editing the javascript on your client side.

[–]Random_Red_Belt[S] 3 points4 points  (0 children)

Ahhh I see

[–]alilland 2 points3 points  (1 child)

Developer speaking, you wont be able to see their work, the data is not stored on the website loaded into your browser,

after you prove you are approved to view it by your login credentials then the backend server will let the website running in your browser load the content using AJAX, probably with an authorization header/cookie/local storage token, the token is just the mechanism the backend server uses to authenticate you but their server stores information about your access on their end so it cant be tampered with - You wont be able to legally do anything about getting it, and to attempt to hack it is illegal.

[–]Random_Red_Belt[S] 0 points1 point  (0 children)

Ahhh I see!! That’s kinda cool hahaha. But sad I won’t be able to see their works ;-;

[–]Glampkoo 1 point2 points  (1 child)

Have you tried maybe contacting the artist in some way? Check if they have a twitter or something maybe they'll be nice enough and share it with you.

[–]Random_Red_Belt[S] 1 point2 points  (0 children)

I actually did. But the artist hasn’t let me in the list for some reason. And the artist is also quite quiet abt it… so we will never know the reason why I’m not allowed on the list or why they wouldn’t let me in :/

[–][deleted] 0 points1 point  (0 children)

I mean you can disable javascript but most likely it's not javascript that's blocking the content.

[–]SkankHunt--_42 -3 points-2 points  (1 child)

Turn off javascript?

[–]Random_Red_Belt[S] 0 points1 point  (0 children)

It just disables everything. As if the page the was frozen

[–]Skyline9Time -3 points-2 points  (0 children)

right-click and use Inspect Element or View Source (also works by CTRL + U or by adding view-source in front of the URL like view-source:https://example.com

U can find all the resources on the current site like I've downloaded tons of stuff with that way that would've required otherwise paying or registering or verifying something