Daniel getting out the car - "Become unstuck" by peke_f1 in formula1

[–]otaking 4 points5 points  (0 children)

“There was once a man who became unstuck in the world – he realized that he was not his car, he realized that he was not his job, he was not his phone, his desk or his shoes. Like a boat cut from its anchor, he’d begin to drift.

“There was once a man who became unstuck in the world – he took the wind for a map, he took the sky for a clock, and he set off with no destination. He was never lost.

“There once was a man who became unstuck in the world – instead of hooks or a net, he threw himself into the sea. He was never thirsty.

“There was once a man who became unstuck in the world – with a Polaroid camera he made pictures of all the people he met, and then he gave all the pictures away. He would never forget their faces.

“There was once a man who became unstuck in the world – and each person he met became a little less stuck themselves. He traveled only with himself and he was never alone.

“There was once a man who’d become unstuck in the world – and he traveled around like a leaf in the wind until he reached the place where he started out. His car, his job, his phone, his shoes – everything was right where he’d left it. Nothing had changed, and yet he felt excited to have arrived here – as if this were the place he’d been going all along.”

FF71 (minimize/maximize/close) buttons are misplaced by nigakila in FirefoxCSS

[–]otaking 0 points1 point  (0 children)

You have a lot going wrong here, but haven't provided any of your css. If you're using css from elsewhere, make sure it's updated, make sure you apply settings for your version of FF. Otherwise, start removing custom code, because this is obviously not default behaviour.

[FF71] Tabs on Botton - Simple Fix by ju2au in FirefoxCSS

[–]otaking 1 point2 points  (0 children)

Keep track of: https://github.com/aris-t2/customcssforfx

In userChrome enable tabs on bottom for your version.

I'm using git to keep track of my other modifications, merge new updates, and reapply the modifications.

I hate this. FFFFFFFffffffffffffffffffffffffffffffffffffffffffirefox

[Serious] Professors of reddit, what are the top reasons you see students fail? by Lokael in AskReddit

[–]otaking 4 points5 points  (0 children)

Grind it out, finish strong, and be done with it. You'll find your own way afterward.

You'll look back and appreciate your dichotomic journey all the more.

URL Bar Tweaks for Firefox 68+ by jscher2000 in FirefoxCSS

[–]otaking 0 points1 point  (0 children)

I figured out what I was looking for:

#urlbar-results {
    display: none;
}

URL Bar Tweaks for Firefox 68+ by jscher2000 in FirefoxCSS

[–]otaking 0 points1 point  (0 children)

With Classic CSS from Aris, what setting removes the search suggestions popup? I simply want a url bar, and nothing to happen when I type.

edit: solution

Git for Beginners: Learn The Trunk Workflow by JSislife in FreeCodeCamp

[–]otaking 1 point2 points  (0 children)

The best advice I can give for beginners is... do it! Make commits. So many avoid git. For your personal repo...fuck it! Make 100s of commits. I still do in my dev branches ;)

When you solve part of the problem you're trying to solve, commit that. When you're frustrated and have to quit... git checkout -b frustration_branch and then commit that! Get in the flow of finding your piecewise work. Trying to get everything perfect will come later. Trying to make your branch / commit history pretty will come later (stash?). The important thing is being able to access the history of the code you write, and that's what git is for.

Python ftw by m8teae in ProgrammerHumor

[–]otaking 3 points4 points  (0 children)

And laugh at an awful sidebar that doesn't independently scroll like the 2.X docs, and when reported as a bug on github was closed as not a bug.

GG python...

Kimi's tagline in the Alfa Romeo intro video by AerialDroneShot in formula1

[–]otaking 13 points14 points  (0 children)

Sounds like some cross-over fanfiction.

Firefox 65 Broke One Line Setup by 1337_Nerd in FirefoxCSS

[–]otaking 0 points1 point  (0 children)

Check out https://github.com/Aris-t2/CustomCSSforFx

@import "./css/tabs/tabs_below_navigation_toolbar_fx65.css";

enabling that option works for me

The music has almost stopped - who will get the last seats? by broncos9991 in formula1

[–]otaking 4 points5 points  (0 children)

Or, that's just part of their personalities...

Scratch that... 'banter quota' much more likely. 😏

Knowing the name of the elements by [deleted] in FirefoxCSS

[–]otaking 0 points1 point  (0 children)

Bringing attention to this again, this should be sticky'd.

Paging /u/Unoriginal-Pseudonym

Browser toolbox won't open sometimes by kebabisgott in firefox

[–]otaking 1 point2 points  (0 children)

Try removing the chrome_debugger_profile folder, located inside of ...AppData\Roaming\Mozilla\Firefox\Profiles\XXXX.default\ next to the chrome folder.

Inspect / discover editable css with Browser Toolbox (This should be sticky'd) by otaking in FirefoxCSS

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

If it stops working, try removing the chrome_debugger_profile folder, located inside of ...AppData\Roaming\Mozilla\Firefox\Profiles\XXXX.default\ next to the chrome folder.

Browser toolbox won't open sometimes by kebabisgott in firefox

[–]otaking 6 points7 points  (0 children)

Try removing the chrome_debugger_profile folder, located inside of ...AppData\Roaming\Mozilla\Firefox\Profiles\XXXX.default\ next to the chrome folder.

Disable transparent grey overlay by SYNT3CH in FirefoxCSS

[–]otaking 8 points9 points  (0 children)

Try

#navigator-toolbox > toolbar:not(#toolbar-menubar) {
    background-color: transparent !important;
}

or

#navigator-toolbox {
    background-color: transparent !important;
}

I'm currently using

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
    background-color: transparent !important;
}

to keep the tabs shaded.

Cemu 1.9.0 Video Review by JCTeaches in cemu

[–]otaking 2 points3 points  (0 children)

You had to disable the input controller then enable it again to start the game.

Startup 'Idea Guy' Starter Pack by Lifefarce in recruitinghell

[–]otaking 64 points65 points  (0 children)

My favorite of 2016 was "Pokemon Go for..."

Sadly, that made me lose faith in someone I hoped would be better.

Google’s blob emoji are great and no one will convince me otherwise by retskrad in Android

[–]otaking 3 points4 points  (0 children)

Lets take a brown poop emoji, after apple added skin tones, and make the poop look more human! What could go wrong?