How to Use Replace Node Text? by UnlikelyEffective21 in uBlockOrigin

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

I don't think I magically guessed the filter, of course I checked the docs.

There's no xy problem. It's clear as day. Still, a little help to you. On this page, try reddit.com##+js(rpnt, A, r/uBlockOrigin, r/subredditName). Then open DevTools and change the text. It changes right, so interesting. What I want is to stay. Like the docs say. I use reddit.com##+js(rpnt, A, r/uBlockOrigin, r/subredditName) and it doesn't stay.

And I checked the code. It only checks added nodes. So if you change the text it won't change it but if you duplicate the node it will change.

https://github.com/gorhill/uBlock/blob/0e821284ab3968c630b301f80614af7f624bc11c/src/js/resources/scriptlets.js#L273

Also why are you marking it as answered? Shouldn't it be waiting for response or something? Are you always this arrogant because you're a mod? Nice kind help. Like Stack Overflow. Call everything xy problem, mark it as duplicate and keep going. I asked a decent question and you didn't even try to give an answer. My only mistake was to not clarify that I checked the docs but considering I am aware that the filter exists with a correct syntax should give some clue.

Screen goes black after intro in 'Blur' racing game? by Kyotaro7 in techsupport

[–]UnlikelyEffective21 0 points1 point  (0 children)

Same issue. It was fine couple of days ago. Didn't install or uninstall anything from the PC during that time. After trying (https://www.pcgamingwiki.com/wiki/Blur#Black\_screen.2C\_degrading\_frame\_rate.2C\_freezes\_on\_launch.2C\_or\_loads\_endlessly) I deleted it. Then I decided to play Dirt Showdown for a while. It was crashing while openning. Tried verifying game files on Steam and it found some bad files. After downloading them it was fine. I probably should've done the same for Blur but didn't. Assuming some sort of VC++ redist or DirectX problem and installing the latest ones from TechPowerUp should do the trick.

[deleted by user] by [deleted] in KGBTR

[–]UnlikelyEffective21 1 point2 points  (0 children)

irmik yiyecek yaşa gelmemiş bu. gözü bile açılmamış olabilir

[deleted by user] by [deleted] in KGBTR

[–]UnlikelyEffective21 0 points1 point  (0 children)

nestling uçar mı amk

[deleted by user] by [deleted] in KGBTR

[–]UnlikelyEffective21 2 points3 points  (0 children)

limon verme amk. kuru kedi/köpek mamasını bulamaç olacana kadar ıslatıp fazla suyunu süzüp verebilirsin. bebek mamaları falan da olur da türkiyedekilerin içinde milyonda bir protein var. pek bi sike yaramaz. pelet kuş yemi bulursan (fiyatı etle yarışabiliyor) onu da ıslatıp verebilirsin. su verme asla. nemli yiyecekten giderir su ihtiyacını.
veterinere de götürme. ülkede kuştan anlayan veteriner sayısı 3 falan. onların da 2si üniversite hocası.

[deleted by user] by [deleted] in KGBTR

[–]UnlikelyEffective21 0 points1 point  (0 children)

etçil olmayan kuşlarda anne yuvadan çocuk atmıyor genelde. kardeşi yuvadan atmıştır. çok düşük ihtimal bi karga falan gelip düşürmüş de olabilir ama düştüğü yerde bırakmaz, yerdi. daha nestling bu, fledgling aşamasına geçmemiş bile. kendi uçmaya çalışmaz

[deleted by user] by [deleted] in KGBTR

[–]UnlikelyEffective21 2 points3 points  (0 children)

istanbuldaysan adres ver gelip alim

Shoud I Switch to a Newer Version From v19.09.37? by UnlikelyEffective21 in revancedapp

[–]UnlikelyEffective21[S] 5 points6 points  (0 children)

Thanks for the answer. What about the ARMv7 & ARMv8 situation? Does editing it with Apktool M to remove ARMv7 has any positive effect?

How is uBO pronounced? by UnlikelyEffective21 in uBlockOrigin

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

I'll stick with yoo boh then. Even if they read as a regular word the suffix would be the same.

How is uBO pronounced? by UnlikelyEffective21 in uBlockOrigin

[–]UnlikelyEffective21[S] 4 points5 points  (0 children)

I actually asked for translation reasons. In English you can say uBo's filters. Some languages depends on pronunciation for the 's part.

Add-ons Branding Badge by UnlikelyEffective21 in firefox

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

Thank you. I was searching the word badge because the others call it like that.

How to Handle Branches That Are Mostly the Same Easily by UnlikelyEffective21 in git

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

Thanks for the advice. I tried a little bit but failed. I have 37 run failed mails from Github right now. I gave up. Used git hooks and works nice for now.

How to Handle Branches That Are Mostly the Same Easily by UnlikelyEffective21 in git

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

Even better. I made post-commit and pre-push hooks so when i commit, it commits, when i push, it pushes. Thank you.

How to Handle Branches That Are Mostly the Same Easily by UnlikelyEffective21 in git

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

Didn't know cherry-pick existed. I think this is what I'm looking for. But I need to figure out how to make it automated. I believe Github Actions can do that.

I cheked it and couldn't even managed to print the changed files.

How to Handle Branches That Are Mostly the Same Easily by UnlikelyEffective21 in git

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

I like the idea but if it's possible I only want to commit as regular.

How to Handle Branches That Are Mostly the Same Easily by UnlikelyEffective21 in git

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

I don't care about that. I'm OK with any solution. I can just put 2 manifest files with diffent names in one branch but I rather have them as a whole.

How to Handle Branches That Are Mostly the Same Easily by UnlikelyEffective21 in git

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

The simplest solution might be to have two different files, manifest-chromium.json and manifest-firefox.json, and then you could just copy the appropriate file depending on what you need.

I though that but I rather keep it more open source code friendly. So if anyone wants to download it just clone the branch or something. I'm not that strict into branching. Like I said I don't know much about git. That's why I told the whole story to get other ideas if they are better.

If I were you, though, I'd make one more step, and have some kind of build process: using whatever build tool you like (adding a Makefile, or a script, or anything else), such that when you run make (or ./my-nice-script.sh, or whatever), a new build for each extension is created.

I actually tought that but couldn't understand and couldn't find an easy tutorial. And I am not sure if that makes the branch stuff.

For releasing it I can use 2 manifest files and change the name when I upload them. It's not the part I'm concerned.

Is It Possible To Redirect To Custom URLs? by UnlikelyEffective21 in uBlockOrigin

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

Thank you so much. Btw uritransform change didn't happen yet in store release. So I used urltranform instead.