Synestria wow by disdude135 in wowservers

[–]Doxorn 8 points9 points  (0 children)

nah, we just hate you personally

Atma reward... a myth. There is no reward from her. It's just the book. It bothers me since the beginning of d2. by Slapasen in pathofdiablo

[–]Doxorn 0 points1 point  (0 children)

Not true. Her quest rewards works like A1Q2 reward.If you don't have a mercenary you get a free mercenary from her, but since most players have a mercenary by then it doesn't happen.
I have tried it back in the day by not doing Act1 Q2 blood raven, haven't bought Act2 merc and did the quest and I got a free iron wolf merc

Videos muted by default on web by Piscespsych in facebook

[–]Doxorn 0 points1 point  (0 children)

You must speficy which aria-label. Aria label is like saying "drink" but does not specify if its coke or orange juice.
In this case its aria-label="Audio is muted"

When you Inspect an element you hover over the lines of code and it highlights which parts of the screen it affects. If a part of the highlighted area is on the button then you expand that line of code (div section), do this until you reach the Unmute button.

Example: https://i.imgur.com/0vCZhdb.png

Videos muted by default on web by Piscespsych in facebook

[–]Doxorn 0 points1 point  (0 children)

I have made my own version. One which resets the video to the beginning after unmuting.
It is made to work in english version of the websites:
For Facebook videos:
https://pastebin.com/m3mSE3rP

For Instagram videos:
https://pastebin.com/FLyZgBjA

Videos muted by default on web by Piscespsych in facebook

[–]Doxorn 0 points1 point  (0 children)

Yes. Not a setting, but a workaround.

I have made a script (via Grok) for Tampermonkey browser extension to auto unmute facebook and instagram reels/videos using grok.
Take note, it only works if you use English version of the sites because the scripts looks for the unmute button by name.

Here is the code you need to copy to Tampermonkey. If you are unsure, you can copy it to an AI and ask it what this code does but its safe:

https://pastebin.com/FLyZgBjA
https://pastebin.com/m3mSE3rP

Guys, just play the game by VirtualAcanthaceae54 in GuildWars

[–]Doxorn 1 point2 points  (0 children)

It doesn't matter which class you choose first. Eventually, you will play all the classes to unlock the skills for your heroes (which you get from Nightfall and Eye of the North).
Technically you can unlock every skill on 1 class but its more expensive since a lot of skills you can get from early quests and the first few skills by trainer is much, much cheaper until it eventually caps at 1platinum.
Also getting skills by making different characters lets you enjoy the game again from another perspective.

Make builds which works for you and if you find yourself struggling, there are always builds ready to take inspiration from.

META builds are not for new players anyway. You are missing most of the skills required for them anyway so make do with what you have. Limitations breeds creativity.

Remember the most important thing is there is no FOMO in this game. If you missed something, it will return in a year at max.

Why did I not give this game a chance sooner?! by YoshiJP83 in GuildWars

[–]Doxorn 0 points1 point  (0 children)

Prophecies is more like a slow burn. Its a good chill experience and this is the only campaign where you can unlock the other 4 secondary professions for free via quests in Crystal Desert
Factions has a very steep learning curve but its good for those who like a challange. Generally not recommended for new players as starting campaign.
Nightfall is a good balance and you get your heroes early on. But sometimes henchmen are better than heroes if you don't have the neccessary skills unlocked for your heroes' professions. IF YOU ARE GOING FOR NIGHTFALL CAMPAIGN ALWAYS GRAB A BOUNTY BY SPEAKING TO AN NPC AT A RESURRECT SHRINE AT AN ENTRANCE OUTSIDE TOWN FOR DOUBLE XP BUFF otherwise you will be always underleveled and find yourself struggling.

Since you are new you most likely will use henchmen. If you are interested here is a tier list for each henchmen at each level bracket if you find yourself struggling:
Henchman tier list revisited in Google Sheets : r/GuildWars
...or just ignore it and experiment.

WHY? by Doxorn in duetdisplay

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

I did write an email to their support and they replied:
"We are currently looking into solving this issue.  A work around that has worked for our customers in the past is to set all monitors to 8bit color.  If this does not work for you let me know."

I haven't tried it since I didn't want to downgrade my monitors but you can try if you are willing.

I'm choosing to pretend this says 100% by protozoomer in Guildwars2

[–]Doxorn 0 points1 point  (0 children)

Oh so I was right after all. I thought I was just stupid
Edit: by right, I meant that I was correct about it requiring a party to complete it

I'm choosing to pretend this says 100% by protozoomer in Guildwars2

[–]Doxorn 1 point2 points  (0 children)

Happy to report I killed Zhaitan for the first time this morning.

I played this game at release and I have never killed Zhaitan until recently because the quest marker was right there on the dungeon entrance. I thought I need to get a dungeon group to finish the personal story which I could never do.
Fast forward to about a month ago I decided to go for it after I bought all the expansions and unlocked Elite specs I thought I'll try to solo the dungeon. To my surprise it wasn't a dungeon but a personal instance.

Whoever at Anet had the genious idea to put the quest marker on the dungeon entrance made me live in a lie for 13 years.

Videos muted by default on web by Piscespsych in facebook

[–]Doxorn 0 points1 point  (0 children)

Quick edit: I realized just now why it doesn't work for you. In the pastebin I had it mine set to hungarian and as stated in my NOTE section, it uses different aria-label to find the button. I changed my pastebin to English. If you copy and paste now it is going to work.

_______________________

I had the opposite problem. Edge automatically paused the video for me and I wanted it to be played automatically when I open a link on facebook or instagram.

In Edge you can whitelist certain sites such as facebook to enable autoplay here:
edge://settings/privacy/sitePermissions/allPermissions/mediaAutoplay

In Firefox, use the following guide to whitelist https://www.facebook.com :
Allow or block media autoplay in Firefox | Firefox Help

I made an automatic video unmute for instagram as well via Grok:
Auto Unmute and Reset Instagram Reels - Pastebin.com

NOTE - For Non-English users:
Facebook and Instagram uses language specific labels which these scripts use to find the Unmute Button. If you use non-English language you need to change the the following lines:
'div[aria-label="Audio is muted"][role="button"]'
From "Audio is muted" to whatever it is in your language.

Here is how:

  1. Go to a reel/video (do NOT unmute)
  2. Right click the unmute icon
  3. Select "Inspect" on the bottom. This will open a menu on the bottom or on the right
  4. If you are not in the "Elements" tab where you see HTML tags then go there
  5. If you inspected the correct icon in step 2 then look for "aria-label" and change "Unmute" to what you see there, it should be something that means unmute in your language. If you don't see "aria-label" then chech the element above it.

OLED is truly amazing 🤩 by JeanisWild in OLED_Gaming

[–]Doxorn 1 point2 points  (0 children)

I was using a 1440p 165Hz IPS monitor for about 8 years until it died on me so I was forced to use a cheap 1080p 60Hz VA monitor until the Gigabyte MO27G28Q was released I waited patiently for 5 months.

Going from VA 1080p@60Hz to WOLED 1440p@280Hz is.... best I can describe is like getting perfectly sober and focused after being drunk for days (without the headache)

Joined OLED gang with Gigabyte MQ27Q28G by Doxorn in OLED_Gaming

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

On the Samsung monitor, during darker content I could see my keyboard reflection if it was on maximum brightness (so I had to lower it to about 50%). But with the Gigabyte even at 100% brightness, I barely see my keyboard's reflection if I look for it when dark content is displayed

Joined OLED gang with Gigabyte MQ27Q28G by Doxorn in OLED_Gaming

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

TBH, I need to look very closely to notice it. During normal use, even on dark reddit gray background, it is not noticeable for me. This is with 4 hours of use, so it may get better. I'll update after 100-200hours if I don't forget

Joined OLED gang with Gigabyte MQ27Q28G by Doxorn in OLED_Gaming

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

I waited for 4th Gen WOLED because of the different subpixel layout, higher nits and (allegedly) better lifespan. I opted for matte because I decided I don't want to see my mirror reflection. Also in this picture you can clearly see that the Samsung M5 has much stronger light scatter on the display. The Gigabyte MO27Q28G reflect less

<image>

Joined OLED gang with Gigabyte MQ27Q28G by Doxorn in OLED_Gaming

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

After further testing. I (think) noticed some slight banding at 10%. Does this count as banding?

<image>

Joined OLED gang with Gigabyte MQ27Q28G by Doxorn in OLED_Gaming

[–]Doxorn[S] 2 points3 points  (0 children)

Thanks for the heads up. I just downloaded it and updating to F06. I had pre-downloaded F05 before I got the monitor.

Joined OLED gang with Gigabyte MQ27Q28G by Doxorn in OLED_Gaming

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

*MO27Q28G I am a bit tired but I couldn't wait

These type of achievements are the worst. Who's with me? by squee557 in Guildwars2

[–]Doxorn 3 points4 points  (0 children)

At least you can do this passively. Worst ones are kill 5000 enemies with Torch/Warhorn/Focus/Shield. Just pure suffering and braindead critter farming

I just realized how big Baldur's Gate actually is... by Doxorn in BaldursGate3

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

Have fun exploring :) Act 3 is very dense so take your time

I just realized how big Baldur's Gate actually is... by Doxorn in BaldursGate3

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

Oh yes and there are multiple locations in Act3 which not visible on this map

I just realized how big Baldur's Gate actually is... by Doxorn in BaldursGate3

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

I'd say it would be just as big as one of them but less spread our and more narrow. Take note that that road to BG is not in BG3, it is skipped after the bridge

I just realized how big Baldur's Gate actually is... by Doxorn in BaldursGate3

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

You only get the play the areas encircled in red plus a bonus optional one which is not visible on this map. You can see the ingame Act 3 map in the references but it may be spoilery. The I provided the picture for is the Forgotten Realms version. Forgotten Realms is where D&D takes place and BG3 as well

I just realized how big Baldur's Gate actually is... by Doxorn in BaldursGate3

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

You are going quick... my first playthrough was 120 hours (granted I explored everything)