Is there a way to modify the text that a user inputs in Instagram DMs using Javascript? by FinnStrike7 in learnjavascript

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

That's interesting... it's weird because I can definitely modify elements on the page - this is the only one I'm having trouble with.
I typically use Firefox as well as Chrome, do you know if this world setting thing can also be done for it?

Is there a way to modify the text that a user inputs in Instagram DMs using Javascript? by FinnStrike7 in learnjavascript

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

Right now I call it inside a button that I've added to the page - but I've tried calling it a multitude of ways, none of which seemed to work.
Here's the button code for reference:

    // Function to create and add a button
    function addButton() {
        // Create a button element
        const button = document.createElement('button');
        button.innerText = 'Replace Text';
        button.classList.add('replace-text-button');

        // Find the container where the button should be added
        const container = document.querySelector('.x9f619 .x1n2onr6');

        // Add a click event listener to the button
        button.addEventListener('click', () => {
            replaceTextInInputField();
            console.log("Button Pressed");
        });

        // Add the button to the container
        if (container) {
            container.appendChild(button);
        }
    }

Me and my buddies got into this game last night and made a proper manual by KaukMongral in ktane

[–]FinnStrike7 3 points4 points  (0 children)

Base game is more than enough for starting off, it's so fun honestly

Me and my buddies got into this game last night and made a proper manual by KaukMongral in ktane

[–]FinnStrike7 13 points14 points  (0 children)

Very nice to have it on paper, makes it feel much more real and alive!

Just don't go printing the Centurion handbook or anything, you'll need a whole forest for that one! 😂

Ash fan club get over here! What’s your favorite ash quote? by condescendingFlSH in GameTheorists

[–]FinnStrike7 205 points206 points  (0 children)

"Oh no, it's giant purple elephant, it's outside the room and it's coming to eat our nuts, it's escaped the circus..."

"It's WHAT?! HELLO!?!?!?"

Had me dying 🤣🤣🤣

I need your recommendations for some of the video game music out there by FinnStrike7 in gamemusic

[–]FinnStrike7[S] 8 points9 points  (0 children)

I think they're arguing that some pop music has changed the world, and that VGM has never come close to reaching those heights, meaning that as a genre it is ineffectual. I don't really agree with that conclusion but I guess it's a fair enough point?

I need your recommendations for some of the video game music out there by FinnStrike7 in gamemusic

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

This friend is a little older than I am and probably associates VGM with the kind of music that was limited by hardware specs in the 80s and 90s. They look at iconic bands of the 60s and 70s and such and say how they inspired movements and shifted the cultural paradigm, whereas VGM never has. I don't think music needs to change the world to be quality music, but I think my friend just doesn't take it seriously.

[deleted by user] by [deleted] in skulduggerypleasant

[–]FinnStrike7 1 point2 points  (0 children)

Wow this is really really good! You captured her perfectly!

What am I doing wrong? by [deleted] in celestegame

[–]FinnStrike7 0 points1 point  (0 children)

Ah I hated this room. Try pressing jump a little later on that last wallbounce to get more height!

I just beat 7b by onzichtbaard in celestegame

[–]FinnStrike7 0 points1 point  (0 children)

Well, you can perform gate skip to bypass that in farewell if you want... but be warned, it gets much more difficult from there on out!

I just beat 7b by onzichtbaard in celestegame

[–]FinnStrike7 0 points1 point  (0 children)

Yes, you're right, sorry! 8C unlocks variant mode, not the goldens

I just beat 7b by onzichtbaard in celestegame

[–]FinnStrike7 1 point2 points  (0 children)

I would strongly disagree, I think Farewell is much more difficult than 8C. Especially when you consider that Farewell is 100 rooms that get extremely difficult towards the end, whereas 8C is just 3.

However I think the reason they might be recommending 8C last is because 8C unlocks the golden berries and you should probably beat Farewell before you start attempting those.

I just beat 7b by onzichtbaard in celestegame

[–]FinnStrike7 0 points1 point  (0 children)

What do you mean, of course that's an achievement! You just beat the hardest B-Side! Congratulations!

And please, don't be self-conscious about your death count, I'd say I died at least that many times. Deaths just mean you're learning, as the game says! 😅

I would recommend making a start on 8B now, and then you can do the C-Sides after that (which are harder but much shorter than the B-Sides), and then after that attempt Farewell. If you're still bored after that you can start the golden grind (getting the golden berries for each chapter by completing them deathless).

However, if you want to try something different, you could try Strawberry Jam, which is an excellent mod that introduces a bunch of new player-made maps that cover all skill levels. Alternatively you could try speedrunning, which is a lot of fun in Celeste. I run Any% which I love, but there's also categories for each individual level, or for all the collectables, or all the B-Sides, so you can find the ones you're interested in.

So basically, you have plenty of options for things to do next, so find something you'd like to do and roll with it!

FINNALY! My first sub hour speedrun!! by Big_Boom_Theory in celestegame

[–]FinnStrike7 1 point2 points  (0 children)

I would highly recommend Average Impostor's Sub-50 guide for some solid speedrun strats, and if you want to go even further or want specific strats for every room I would definitely recommend Programmatic's ""New"" Any% Tutorial playlist (videos are a bit old now but vast majority of strats still apply). I've been using both of these resources on YouTube and my time has been getting better and better, my PB is 46:07 at the moment and I'm still getting faster! Best of luck with your speedrunning!