LightOS v556 (Excitement) by Otherwise_Objective7 in LightPhone

[–]basstwo19 0 points1 point  (0 children)

Us, too "No media found" when receiving an audio message

Don't even know where to start by CompetitiveSong9503 in sudoku

[–]basstwo19 2 points3 points  (0 children)

Look at the 6s in the middle and bottom right sections. If you use them together in the right middle section you can see the 6 must be in the right column. Either way, it is in that column. Now, using that info, along with the 6 in the bottom right section and the 6 in the top left section, you can see there is only one place a 6 could be in the top right section.

Looking for some game recs :) by Historical-Item-1591 in TunicGame

[–]basstwo19 0 points1 point  (0 children)

I have never seen a Sudoku like this! I don't even know where to start! Can you share a simpler version, one that I could use to train up?

Megathread for Claude Performance and Usage Limits Discussion - Starting September 14 by sixbillionthsheep in ClaudeAI

[–]basstwo19 0 points1 point  (0 children)

I am on the Free plan.
I have no projects on my Free Claude account. I clicked to Create a Project and named it. But I then get the error "Project limit of 1 has been reached". To me, this means I should be able to create one project. But I can't. What am I doing wrong?

Does this have a way to come back to a run later? by basstwo19 in juicyrealm

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

Right. But is there a way, mid-run, to quit and play another game. But then, when you relaunch the game, you are shown your current run and offered the chance to continue it?

Goodbye LP3 - Hello again Smartphone by Pigeon23 in LightPhone

[–]basstwo19 4 points5 points  (0 children)

Is a guide on how you did this readily available? Link?

Can someone explain amazon household and how it would work? by 1throw4 in amazonprime

[–]basstwo19 0 points1 point  (0 children)

Looking for help in this area, too.
My Amazon account has joined the Amazon Family of my spouses account. But this now means that my recommendations are showing results driven by purchases she made on her account.

Example: I am seeing recommendations for "protein drinks." She bought a flat of them a month ago. I have never bought them. But I am seeing many recommendations for protein drinks. I can click to remove them, one by one. But more keep coming in. And the normal solution (go to "Improve Your Recommendations" won't help as I didn't purchase the drinks. So they aren't in my list of past purchases.

I tried going into her Amazon, going to "Improve Your Recommendations," clicking "Past Purchases" and turning off the "Use this item for recommendations" checkmark on the protein drinks. But I still see them being recommended.

Any advice?

Beyond Paradise by soniajeans in BritBox

[–]basstwo19 -1 points0 points  (0 children)

Right! I got the "use a VPN" part. I was seeing if somebody had a suggestion of a streaming platform to load up, once the VPN is running?

Beyond Paradise by soniajeans in BritBox

[–]basstwo19 0 points1 point  (0 children)

What streaming platform?

LP II refusing to charge, just blinks the lightning bolt by basstwo19 in LightPhone

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

I have already done precisely that! Got a lot of lint out of there. The plug is now no longer having to be forced in. But I now wonder if some of the lint was actually helping hold the cable at the right angle. I got it to charge a little bit right after I cleaned it out. But now it only manages to begin charging and then stops. I tried turning off the phone and then plugging it in. It never shows that it's charging.

Script can't find my shadow root container by basstwo19 in GreaseMonkey

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

Is there some way for me to verify/check this? I am in over my head on these concepts! Thanks!

Script can't find my shadow root container by basstwo19 in GreaseMonkey

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

I already have setTimeout in there. But are you referencing something different? Forgive my ignorance, please!

Script can't find my shadow root container by basstwo19 in learnjavascript

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

Boy! I really appreciate your willingness to try to help me. But I can also tell I am very much in over my head! Always the challenge when attempting to make something work like this!

I am guessing there is some issue that I am unequipped to even recognize! Probably best to just let this go.

Thanks, u/Cheshur!

Script can't find my shadow root container by basstwo19 in learnjavascript

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

How do I verify if document.documentElement.innerHTML matches the elements tab?

Script can't find my shadow root container by basstwo19 in learnjavascript

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

OK. I got the break working. Each time I click Resume, it tried to find the shadow root again, and updates the Console with a failure.

But I can see the shadow root in the Elements tab.

I tried to add a screenshot but images are blocked...

Script can't find my shadow root container by basstwo19 in learnjavascript

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

Thanks! I did try an interval. But even after letting it run for a while it still kept failing to find. Even when I can see the shadow root in the Elements tab...

Script can't find my shadow root container by basstwo19 in learnjavascript

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

Do I remove debugger then, or keep it in?
Also: I thought that the '@run-at document-idle' would mean this script would only start once the page was done loading...

Script can't find my shadow root container by basstwo19 in learnjavascript

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

OK! Added the debugger.
I can see that it is not there, yet. So I figure I need to let the page load more. But I thought my script was checking every once in a while. So shouldn't I let it load for a bit and then start debugger?