this post was submitted on 05 Jul 2023
42 points (97.7% liked)
Free Video Game Giveaways
3207 readers
41 users here now
This is a place to post limited-time giveaways of full video games that are then yours to keep forever at no cost.
See the sticky post for full details of what to post, how to post it, and other useful resources.
Keep it civil and keep it chill!
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A few more (SFW) I forgot:
https://gaming.amazon.com/home?filter=Game
)Of the NSFW ones, first the DLsite ones (so many because the store is split in multiple sections, and so much noise in the links because filters are hardcoded into them):
spoiler
Other NSFW sources, all sorted by price so if any freebie pops up, it's easier to spot:
spoiler
And lastly, some UbO filters I made since I commented so much about them:
spoiler
Hey, can you provide some assistance with this filter I posted about in another thread? It works great at the moment, but I figure there is a better way to go about it that might be more future-proof. Original comment below:
Not sure where to really post this, so I will just try in this thread. I came up with a custom uBlock Origin filter to remove all the games for certain stores (Epic, Prime Gaming, etc.) from the free games page on Amazon so you can focus on only the stores you actually care about (GOG, etc.). Just remove the line for each store that you do want to see. But it looks like it is likely not dynamic enough to apply to potential future updates to the webpage. Is anyone here familiar with uBock filter syntax and able to assist?
In English, the logic here is basically:
id
div
tags downa
tag with adata-a-target
value oflearn-more-card
andhref
containing the target stringdiv
tag of thata
tagfilter
Relevant HTML
Maybe this?
It's the filter that is the least dependent on div blocks' structure that I can think, and unless Amazon changes either (or both) their links format and how they list stuff, at most I think you'd need to change the
code
gaming.amazon.com##a[href*="platform_specific_tag/"]:upward(div[class="tw-block"])
tw-block
part every once in a while, as such bigger sites seem to change the divs' names some times.Thanks! Can you work in
#offer-section-FGWP_FULL
as the starting point for the filter? I am not sure what syntax to use to look fora[href*="platform_specific_tag/"]
under#offer-section-FGWP_FULL
without specifying how many elements down it is. Without targeting thatid
for the "Free games" tab, your filter leaves weird blank spots in the "All" tab for each game that got filtered out.I usually go directly to https://gaming.amazon.com/home?filter=Game so I'll need to check the all tab too.
Just checked it.
For the empty spaces in the carousel, you could use this:
spoiler
gaming.amazon.com##a[href*="platform_specific_tag/"]:upward(li[class="grid-carousel__slide"])
And the
platform_specific_tag
is what appears in their links when you open their pages and that, from what I can observe, is specific to where they activate in.For example, in Jurassic World Evolution and Electrician Simulator, the tag is the
epic/
part of the link.For Overcooked 2 and The Outer Worlds, it's
gog/
.And though it should work without the
/
, maybe better keep it, as the lack thereof may trigger false positives, like if Legacy of Kain for GOG is available, but you blocklegacy
results in case you want nothing from Legacy Games, you won't see Legacy of Kain due to its name appearing in the link.This is what I ended up with to block everything but GOG. Thanks for all your help!
filter
A comprehensive list! Feel free to post any giveaways here (maybe not the porny ones!), though I try and spread them out so I'm not doing like 8 similar giveaways all on the same day.