MiniBus93

joined 2 years ago
6
submitted 2 months ago* (last edited 2 months ago) by MiniBus93 to c/hiking
 

Hello,

I'm looking for a pair of hiking boots to walk on snow without slipping or losing grip. I rarely go in the woods, I'm planning to buy these boots mostly for city/urban walking when there's snow out there. I live in Italy, so USA stuff is hard/impossible/expensive to get.

USAGE: For example, when it's snowing I'd like to bring my nephews/nieces to play outside, launch snowballs to each other, build snowman's etc We'd usually stay in an urban enviroment but sometimes we also go near a more off-road, very small little mini woods.

Another occasion I'd like to have them is to walk around with my partner while it's snowing to enjoy it.

Basically the time usage would be one afternoon length usually, afternoon till mid evening at max.

The last usage would to actually commute around during snow days/heavy rain days.

They'd be use at best 1-5 times a year

In case you may think "You don't need hiking/snow boots for this": While I understand that some may say that for these activities I don't even need hiking boots, but I'd feel more at ease to have then on my feet rather than not. I used to use full leather boots, blackstone ones, and they're hella good, but I slipped once and broke an arm last year, it was painful and I got pretty scared. I'm clumsy so it may as well have been my fault, but I'd just feel more safe with some more sturdy, grippier hiking boots in these situation after that experience.

I was about to purchase Lowa Renegade Evo GTX Mid, then I discovered about PU midsole and read the hydrolysis page on their website and got hella scared of making the wrong purchase...am I overreacting?

Could you guys help me pick a pair that fits my needs?

[–] MiniBus93 4 points 3 months ago

I don't find it useful I guess?

On computers where I've got high specs, if I want a quick look on a tab it's faster to just switch to that tab rather than waiting for me to hover on the tab and get a preview of it, so I guess I could keep it there, but I feel like it distracts me on the rare occasion I have to close a tab clicking on the X with the mouse (I rarely do it, usually I'm a kb shortcut guy)

On computers where I got low specs, I feel like the tab hover preview is just something that doesn't actually give me any benefits and instead just slows more a modest specs system when I move the mouse on the tabs for whatever reasons.

I'm glad FF is introducing more things of course, I can see the appeal for the general public, but it's not for me I guess?

[–] MiniBus93 2 points 3 months ago
 

Hello,

I've already hided the preview of tab name on hover when they introduced it back then with: /* disable preview of a tab name as you hover over it */ #tabbrowser-tab-tooltip { display: none !important; }

but I can't seem to find the selector to hide this new feature as well, so I was wondering if I could get some help :D

Thanks in advance!

[–] MiniBus93 1 points 5 months ago (1 children)

Oh I see, a bug was affecting it, curious ahah! Thanks for pointing it out and thanks for the quick fix solution as well :D

 

Hello,

I've been using this script for ages, up to the point I forgot that ctrl-f to open and close the findbar wasn't a native behavior. Today I noticed it doesn't work anymore and I think it's FF128 that broke it...but I can't seem to see how to fix it.

Anyone's got ideas?

[–] MiniBus93 1 points 8 months ago* (last edited 8 months ago) (1 children)

Thanks! I opened my FF.exe directory location, found the omni.ja file, but I'm having trouble opening it, any idea?

[–] MiniBus93 1 points 8 months ago* (last edited 8 months ago) (1 children)

Thanks! That site seems veeeeery useful!

 

Hello,

basically title.

I often found such icons in CSS snippets, but never truly understood where I could see them all and now that I'm trying to do stuff with icons for my style I would truly benefit understanding how to find all these icons and how I could properly use them.

Thanks in advance to anyone who will try to help me :D

[–] MiniBus93 2 points 8 months ago

EDIT: I just forgot to activate the browser toolbox on this new pc. My bad.

[–] MiniBus93 1 points 1 year ago

Thanks! This works as well!

Really appreciated!

[–] MiniBus93 1 points 1 year ago (2 children)

There should already be a line between Firefox-view button and first tab

Oh, my bad, that's right! I forgot about it, I've removed it a long time ago, when FF view was first introduced, and at the same time I changed the FF view icon. To check how the default separator was, I started a new profile and it's a bit on the ugly side, it's basically a long line which is different from the usual separators, is there any way to make it look like the other tab separator?

As for the last tab separator, it works just as fine thanks!

 

Hello,

I like separators ~~would love to have them everywhere, just kidding, kinda~~ and I was wondering if it was possible to have one between firefox view button and the first tab (like in the shown picture altough the FF view icon is missing there) and another one between the last tab and the "+" to open a new tab.

The code I'm currently using is this one

/* Bring back tab separator lines that were removed in Proton */

.tabbrowser-tab {
  border-inline-start: 1px solid transparent !important;
  border-image: 0 1
    linear-gradient(
      transparent 25%,
      color-mix(in srgb, currentColor 40%, transparent) 20%,
      color-mix(in srgb, currentColor 40%, transparent) 80%,
      transparent 80%
    ) !important;
}

.tabbrowser-tab:hover,
#tabbrowser-tabs:not([movingtab])
  .tabbrowser-tab:hover
  + .tabbrowser-tab:not([first-visible-unpinned-tab]),
.tabbrowser-tab:first-child,
.tabbrowser-tab[selected],
.tabbrowser-tab[multiselected],
#tabbrowser-arrowscrollbox[overflowing]
  > .tabbrowser-tab[first-visible-unpinned-tab],
#tabbrowser-tabs:not([movingtab])
  .tabbrowser-tab[multiselected]
  + .tabbrowser-tab,
#tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[selected] + .tabbrowser-tab {
  border-image: none !important;
}

Which is basically this with less transparency.

Ideally it would be very nice to have a way to get the desired look without altering too much the code above, as I'm using it at the same time with another extensive css sheet and despite the latter being huge (and having it's own separators - which I have currently disabled due to reasons) the code above never gave me headache or trouble, it just worked and was very easy to have the desired amount of transparency set.

Thanks for reading this till the end and thanks in advance to whoever will give this a shot!

[–] MiniBus93 1 points 2 years ago* (last edited 2 years ago) (1 children)

~~My icon size didn't change, but I still have your same issue.~~

~~It's annoying as I have a lot of add-ons and that sooo long Unified Extensions Menu is taking half my screen :/~~

~~I've also tried some proposed solutions to your reddit post, without success unfortunately.~~

I just noticed that MrOtherGuy had updated this style for 115 and I was still using the old version, now it appears like it was before to me. Try checking if you have other code that impact this snippet (maybe disable every other code you're using and try only the snippet to see if it works).

I am using hide scrollbars, hide settings icon other than that and it's working fine, which is unusual as my Unified Extension Menu is under some weird tricks.

[–] MiniBus93 2 points 2 years ago (1 children)

Nice guide!

Everything is on point, I just wonder if the "making uc.css red in toolbox" part is still useful nowdays tho?

I remember I had this as well, but since browser toolbox started supporting search I didn't feel it useful anymore, but that could be just me :D

[–] MiniBus93 1 points 2 years ago

Yeah, same stuff happens to me. I don't understand if this is working as intended or if something is off...

 

Hello, basically title.

I find it very weird that in my profile page I can see "1 post" and "3 comments" near my username, but I'm not able to see them in my profile page.

I have "show read posts" ticked on in the settings, so that's not the issue.

Can anyone help?

[–] MiniBus93 4 points 2 years ago* (last edited 2 years ago)

As a 6 years Infinity user, thank you for starting Beyond! Can't wait for it to grow!

6
submitted 2 years ago* (last edited 2 years ago) by MiniBus93 to c/firefoxcss
 

Hello guys!

Since I'm really hoping for the whole r/firefoxcss community to move here, I thought about making some content. However, I'm not someone who really knows how to CSS, so my best bet is actually pointing out the stuff I use when I try to do something.

First of all, the ToyfoCSS guide - link

This is a really great guide to learn how to customize FF via CSS. I have learned a lot by reading this, and even if I can't say that I'm now capable of putting every info there into use, I can for sure say that it has helped me a lot understanding other people code and suggestions that were gave to me.

On a post about resources, this deserve the first mention. Of course, as you'll notice by the guide's link, the author is exactly the one who you'd imagine him to be!

Moving to actual code repositories, and keeping the same author, there's MrOtherGuy's FF CSS hacks repo - link

It really has a lot of different customizations, all mostly up to date and working. More over, at least in my use case, the part where I used any of his code hardly conflicted with anything else, and the CSS I use on my FF ain't small. I see this repo as a monolith, something you can build around without having fear.

Speaking of monoliths, a well-deserved mention goes to uc.css,js by Aminomancer - link

This repo contains an extremely huge FF theme that has been pretty useful in my css journey. Every code there is supposed to be used with nightly, but what I really want to focus on with this repo isn't really the theme. This repo, in fact, has been mostly used to me to discover the existance of userchrome.js. I highly suggested anyone to give it a look.

NOTE: this isn't the only uc.js for FF repo out there (eg. xiaoxiaoflood and Alice0075), but it's the one that has had scripts I liked the most and still use, without issue, after years.

Speaking of js, one has to talk of a js loader for FF, and, if you ask me, nothing will ever beat MrOtherGuy's fx-autoconfig - link

spoilerRecurring author, isn't it?

From my experience, this is extremely robust and safe loader. It never gave me a problem, even on different systems, and it's a breeze to set up and use.

Going back to CSS customization, I can't help, but mention my favorite FF theme (of which I use a large part of it in my personal FF setup) which is WaveFox by QNetITQ - link

It's a very nice modular theme, has a lot of customization options and the Dev is very responsive. 10/10, nothing else is needed to be said here.

Since the FF113 release isn't too old, I'll also point out my two holy grails that helped me making my setup usable even after the big changes introduced with 113. I'm speaking of these MrOtherGuy's & Aminomancer commits - link 1 & link 2

Lastly, I'll point out SVG Gobbler - link

It is an add-on I used really a lot, especially in the creation of icons (I'm a weirdo and like to replace icons with others I like more, but this often requires me making some modification to other existing icons).

As for other sites where you can find .svg and stuff, the web is your friend. Really, there's an ocean of .svg out there.

I hope I've done some decent content that may turn useful to someone out there.

I'll end this saying that I'm sorry to not have include EVERYTHING that I've stumbled upon and used, but that would've been an infinite list. However, I'd be very happy if, in the comments, people would share their own favorite repo and stuff about FFCSS to compensante the ones I didn't mention!

view more: next ›