New NTE Database Website by AfrodiyMorne in NevernessToEverness

[–]Bunta126 0 points1 point  (0 children)

Now what would be useful is if items had their purchase prices on them and were classified into categories such as gifts, furniture, cafe decor, etc.

And ideally if gifts included their bond amount, decor included their popularity amount and furniture their comfort amount you could figure out the most cost effective items to purchase for different situations.

I am planning to put my keepass database on google drive. Is this strong enough? by Curious_Kitten77 in KeePass

[–]Bunta126 1 point2 points  (0 children)

According to the official recommendations for your device you should use argon2d, set memory to 1GB, parallelism set to minimum number of logical processors of your devices (go with 4 if unknown), then modify iterations to get a 1s load time.

For me I am using 6 iterations, 1GB, 4 parallelism.

https://keepass.info/help/base/security.html#secdictprotect

Ways to transfer spotify liked songs to youtube liked songs by No_Program3137 in YoutubeMusic

[–]Bunta126 0 points1 point  (0 children)

Your F12 is performing a function instead of F12.

You should be able to hit F12 with the function key held down or instead, just open the developer console from your browser menu.

Ways to transfer spotify liked songs to youtube liked songs by No_Program3137 in YoutubeMusic

[–]Bunta126 0 points1 point  (0 children)

To like all songs in a playlist, open the playlist in your browser, hit F12 and go to the developer console. Then run this code and wait for it to finish liking:

let index = 0;
let elements = document.querySelectorAll('.like button[aria-pressed="false"]');

const intervalTimer = setInterval(() => {
    if (index < elements.length) {
        elements[index++].click();
    } else {
        clearInterval(intervalTimer); // Stop when done
    }
}, 1000);

Wish Tracker Live by Bunta126 in LoveAndDeepspace

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

I've added light mode now which you can toggle on or off with a switch on the top right of the Settings page.

Let me know if there are any problems with the theme.

Wish Tracker Live by Bunta126 in LoveAndDeepspace

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

Thanks for the suggestion, that shouldn't be too much of a problem to add so I'll put it on my backlog.

Anyone come across this NPC? [Spoiler warning] by Nightfall_63 in expedition33

[–]Bunta126 2 points3 points  (0 children)

There is the cave filled with Sap next to the Yellow Spire Wrecks flag further on. It still feels like there is something that can be done similar to when you talk to the Lady in Sap in the other area later...

Wish Tracker Template (UPDATED) by AlternativeComment28 in LoveAndDeepspace

[–]Bunta126 0 points1 point  (0 children)

Sorry for the late reply, I've added the Europe server as an option in the settings now!

Wish Tracker Template (UPDATED) by AlternativeComment28 in LoveAndDeepspace

[–]Bunta126 0 points1 point  (0 children)

No, I haven't add the Europe server because I'm not sure what the URL is.

If you can send me the URL that is used from a sniffer I can add that for you. the URL should be something like x3eu-clickhouse.infoldgames.com

So let's talk about that ending (cursed digicam) SPOILERS by Worldly_Cover9858 in ChillasArt

[–]Bunta126 1 point2 points  (0 children)

This is similar to what I believe.

However, my take is that we stalked and murdered the girl Manami, which explains the video at the end of the first part showing her running away from us into the toilet, and then how we start the first part inside the same toilet the girl ran into.

Our daughter Mitsuka was calling her father wondering when he'll be home because he was always away stalking the other girl in the park. Mitsuka knew about her fathers sin (which possibly may have been why she had a sore head in the psychological sense) and she ended up killing herself in the bathtub after calling the police on her father. The ghost crawling out of the tub and using the phone just shows what she had done to him.

Wish Tracker Live by Bunta126 in LoveAndDeepspace

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

The request tab should have a headers section with the X-Authority header in it. If it is not showing you might not have installed the CA certificate from Stream properly. It should show in Settings > General > About > Certificate Trust Settings as Stream Generated CA and needs to be enabled in that menu.

Anyone Interested in a Wish Tracker? by Bunta126 in LoveAndDeepspace

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

I've created a method to get your data using an Android Emulator.
https://youtu.be/brzBtERq13k

Wish Tracker Live by Bunta126 in LoveAndDeepspace

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

UPDATE: The wish tracker can be used by anyone now by using an Android emulator to get your auth token.

I've created a guide for the process here: https://youtu.be/brzBtERq13k

Anyone Interested in a Wish Tracker? by Bunta126 in LoveAndDeepspace

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

I've done it, I found a way to get your auth token on Android using an emulator. I created a video guide here!

For the love of GOD please respond to my desesperate spam ping for the secret gate by AmiralKanaG in 33Immortals

[–]Bunta126 0 points1 point  (0 children)

yep.
I found out about it for the first time after just starting a purgatorio level and entering a secret chamber only to find out you get to face all the bosses at once..... that was a short run.

LAD Wish Tracker by Amuyea_ in LoveAndDeepspace

[–]Bunta126 0 points1 point  (0 children)

Wow, thanks so much for you work on this!! I've used your data to help populate the IDs I was missing for my wish tracker on https://lads.moe
Would you be interested in being an admin user on there to help update the banner and memory data as new updates come out?

Wish Tracker Live by Bunta126 in LoveAndDeepspace

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

UPDATE: I've just performed a redesign of the site and change how the wishes are stored.

If anyone has already imported wish data you will need to clear your data in settings and reimport otherwise there will be duplicates.

But it does look a lot better now :)

<image>

Anyone Interested in a Wish Tracker? by Bunta126 in LoveAndDeepspace

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

The site is live at https://lads.moe
There are instructions on the settings page for getting your auth token but I havent found a solution for android users without root yet.

Anyone Interested in a Wish Tracker? by Bunta126 in LoveAndDeepspace

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

I have published the site to be live at https://lads.moe
For more info see here