this post was submitted on 13 May 2024
100 points (100.0% liked)

Free and Open Source Software

17691 readers
94 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

SEX SEX SEX PROXY ALT-FRONTEND

Now that I have your attention...

Proxy Raye is a self-hostable alternative frontend for browsing adult websites without tracking or ads.

Think Invidious for porn.

Working demo here:

https://proxyraye.copyriot.xyz

Repo (codeberg):

https://codeberg.org/lamacchinadesiderante/proxyraye

Currently (v0.4.0) supported platforms are XVideos, XNXX, PornHub (experimental), YouPorn, RedTube.

you are viewing a single comment's thread
view the rest of the comments
[–] jarfil@beehaw.org 4 points 3 months ago (2 children)

Hm, from a privacy point of view, what's the difference between this, vs. a private/incognito tab with a pi-hole?

I mean:

  • pi-hole eats the ads
  • private/incognito eats the cookies
  • the sites can still do basic tracking via the video feed itself

As for functional differences.... right now, the player seems to be missing the skip ±10sec feature, and the full-screen with rotate.

On the other hand... multi-site private bookmarking, would be interesting.

[–] desiringmachine@beehaw.org 2 points 3 months ago

With incognito mode data is still fetched client-side: the browser still has to send requests directly to the target platform. Plus the origin platform will still set session cookies.

Instead PR (and as far as I know all other alt-frontends) fetches data and does scraping server-side, so that the browser never contacts the platform directly.

The idea is that you can host these alt-frontends wherever you wants (eg. on a remote VPS) outside of your network and they deal with the platforms as intermediaries, and people just have to open the proxy website and browse for content...

[–] Lemongrab@lemmy.one 2 points 3 months ago

Fingerprinting from the original website is easy, the frontend will have a fingerprint as well but it should be shared by all the users without exposing their browsers. Better privacy therefore.