[-] e0qdk@reddthat.com 5 points 1 week ago* (last edited 1 week ago)

I'm not sure what the best way to make using it convenient is, but you could paste something like this into the JS console to rewrite all the r.php links:

(function() {
  let links = [...document.getElementsByTagName("a")];
  links.forEach(link => {
    if(link.href.startsWith("https://skimfeed.com/r.php"))
    {
      let url = new URL(link.href);
      let clean_link = url.searchParams.get("u");
      link.href = clean_link;
    }
  });
})();

The basic idea of my JS snippet is that it looks for all the anchor tags (i.e. <a href='...'>), finds the ones that link to r.php, extracts the u query parameter which appears to contain the actual URL of interest, and then replaces the href attribute of the anchor (i.e. the part of the HTML that contains the destination URL) with the clean URL. That entire snippet of logic is wrapped in an anonymous function which is then immediately called so that you can just paste the snippet in more or less wherever it makes sense to trigger the logic.

Way back in the day I would've stuck snippets like that into GreaseMonkey scripts, but I haven't messed with that stuff in a long time and I'm not sure which extensions are still good to use for doing that kind of thing.

Apologies in advance if my snippet is not perfectly correct; I'm not familiar with that site and wrote this off the cuff when I saw your post. Hopefully it's helpful though.

[-] e0qdk@reddthat.com 5 points 2 weeks ago

I saw the first post a few weeks ago and I'm currently reading the story (up to chapter 82 so far) -- thanks for linking it -- but I'm not following along with the update threads since I want to just read through it myself first at my own pace.

[-] e0qdk@reddthat.com 5 points 1 month ago

GoG homepage > (your name [drop down menu] when logged in) > "Games" > Click on any game in your collection > Download offline backup game installers

You can download installers for whatever systems the game supports -- usually that's just a Windows .EXE installer (+ several .bin files if the game is large). For games intended to run on Linux w/o WINE, you can select "Linux" from a drop down where it says system and it will give you an .sh file.

[-] e0qdk@reddthat.com 5 points 1 month ago

I have a few of those, and while the ones I bought have worked out fine so far, I think it's worth cautioning people that they are annoyingly loud doing basic operations.

[-] e0qdk@reddthat.com 5 points 4 months ago

kbin.social's been down for a while, and having serious problems for months.

There is a general visual novel community at !visualnovels@lemmy.comfysnug.space which might be a better place to post to. It's not very active, but I know there are at least a few people around paying attention to it. I might chime in on some threads occasionally if you post there. My tastes are more in line with VNs aimed at the straight-male demographic, but I'm willing to try other VNs beyond that if there is a really good story or novel mechanics or some other non-sexual factor that makes it interesting.

If that community doesn't fit your needs, I think there is also !otome_games@lemmy.world -- but it seemed completely dead the last time I looked. You might be able to revive it though if you want to try.

[-] e0qdk@reddthat.com 4 points 6 months ago* (last edited 6 months ago)

Gundress (1999) is the most obscure anime movie I've seen and maybe also the most obscure movie overall -- of stuff that was actually professionally made and shown in theaters, anyway. I posted about it in one of the weekly anime threads a couple months ago with some screenshots and additional details.

Outside of anime, I've seen a number of cult films and non-English films that are probably obscure to English speaking audiences, but I have no idea how obscure they actually are. (The one above I know is obscure since it doesn't even have an English Wikipedia page -- unlike every other anime show and movie I've seen.)

Some examples are Wonderwall (1968) with music by George Harrison, eXistenZ (1999), Cemetery Man (1994), and I Served the King of England (2006). I know at least one other person on Lemmy has heard of Cemetery Man since it was brought up in a thread around Christmas, but they were surprised I'd seen it.

Primer (2004) and Dark Star (1974) also came to mind, but I don't think those are actually that obscure. They are interesting though.

Edit: rephrased for clarity

Edit2: typo in title fixed ("Kind" -> "King")

[-] e0qdk@reddthat.com 4 points 6 months ago

Have you explored text adventures / interactive fiction? They're even more niche than VNs but there's some good ones out there. I remember liking Worlds Apart back when I played it. (15+ years ago... o___o)

One of these days I should go dig back into them again.

[-] e0qdk@reddthat.com 5 points 6 months ago* (last edited 6 months ago)

About $49/hour if I did the math right

Edit: Assuming just the time for the viewing; less if you need to do an interview or write something afterwards, I guess.

[-] e0qdk@reddthat.com 5 points 7 months ago* (last edited 7 months ago)

Yes. It's not exactly the same, but here's an old Sony VAIO with a similar layout to Kirino's laptop:

I found this picture on this old article from The Register from 2010 -- which is the same year that the OreImo anime was made. I imagine the animators probably had a laptop similar to that one available to use as reference.

[-] e0qdk@reddthat.com 4 points 7 months ago

Add a couple of JoJo-posing anime characters and this could be a scene out of Paradise Killer.

[-] e0qdk@reddthat.com 5 points 8 months ago

It's from season 1 episode 4 (負けました / We Lost) -- about 12 minutes in.

Original context (minimal spoilers)Illya shows Miyu some magical girl anime. Miyu overanalyzes the hell out of it to Illya's horror. These are some of Illya's reaction faces to Miyu's offscreen dialogue.

view more: ‹ prev next ›

e0qdk

joined 11 months ago