lbmaian

Results 28 comments of lbmaian

Well, I'd prefer an option to use `var` instead of actual type wherever `var` can be used - not something specific to `out var`. But in the absence of that,...

A prototype for a replacement that bundles DeclareLocal and opcode-variant-agnostic local variable instruction translations (i.e. doesn't matter if ldloc.1 or ldloc.s with operand, etc): https://github.com/lbmaian/DoorsExpanded/blob/f50bd9b3da99d1a4cac63f030d8244982f5f7196/Source/HarmonyExtensions.cs#L49 It does this be reading...

Keep in mind that Rimworld allows much more than "warring wastelands". There are those that play with hotel runs, practically glitterworld tech mods (*cough* mechathrumbo *cough*), practically total conversion mods...

@sniklaus FWIW I'm not sure if my changes would've fixed this. I personally never use the YT homepage so I don't recall encountering this issue. Perhaps one way to ensure...

Oh I didn't see later comments that this happens for video recommendations and subscriptions. I've only seen videos NOT being marked as watched despite being recorded as such in watchmarker....

Well yt-navigate-finish doesn't catch everything, since more videos are loaded as you scroll down, so you still do need the existing interval check. There's might be other custom events that...

Actually I take that back, changing sort order probably also reuses HTML elements. I believe the yt-service-request-completed custom event can catch such cases, firing after the HTML elements are added/replaced...

On Chrome and Tampermonkey, I had to set `ENABLE_UNLOCK_CONFIRMATION_EMBED` to false for this to work in embeds. Considering I'll have to do this every time this script updates, can this...

Sorry false alarm - the "click to unlock" was being overlapped by "more videos on youtube" cards. So I suppose it's an issue for small enough embeds where those cards...

I just want to have the same settings I have in the GUI, and there's two ways to accomplish that: either add options for all the decompiler settings, or an...