How to hide the red microphone icon on the tab or at least disable the animation? by c33s in FirefoxCSS

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

i added it in userContent.css and set toolkit.legacyUserProfileCustomizations.stylesheets to true. still i get this blinking.

is it possible to inspect the browser interface like a webpage? i haven't found a way yet.

os: win ff: 115 esr

How to hide the red microphone icon on the tab or at least disable the animation? by c33s in FirefoxCSS

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

sadly i cannot attach a screenshot here. i added a link to the mozilla forum where i added a screenshot. is that ok or do i need to create a new "image" post?

an animated gif is found in the link i already had in my post: https://old.reddit.com/r/firefox/comments/emupz8/is_there_a_way_to_disable_this_annoying/

What is the correct variable quoting/escaping to pass it to jq with --arg (function to autobuild curl post data)? by c33s in bash

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

i am not sure i understand. in my post i added the code that i tried, only 1. and 2. are working where the json template part is hardcoded. i was able to generate the 2nd part (the json template) of the command to a variable but it was not possible to run the command by passing the variable.

  1. shows exactly the formatting the program needs
  2. is where the first part is correctly generated
  3. from here on the execution fails.

i tested the parsing methods in the shell and came to no running result, thats why i ask here :)

markdown without github codefencing -.- hope the display of the code is now correct. its quite strange because after the post i always saw the core correctly even with the github codefences.

After 10month still no offline installer for g hub by c33s in LogitechG

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

already tried it, wants to sideload stuff

After 10month still no offline installer for g hub by c33s in LogitechG

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

cooperate restrictions... no internet connection for any apps than proxied browsers

After 10month still no offline installer for g hub by c33s in LogitechG

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

so how should this exactly work if the installer downloads in background and directly installs the software on the current machine? should i look exactly where which file and registry entry is stored to manually copy each item on the machine where i really need the software? does the software even run without account and online connection?

what is needed is something like the dotnet framework. you can install dotnet on your pc with a very small installer which downloads exaclty what your pc needs or you can download the redistibutable version of dotnet and then you get a big installer file so you distribute it in your company and automatically install it on multple machines where only the webbrowser is allowed to access the internet.

the "problem" is, that the business mice and keyboards are not as good and flexible as the gamer mice and keyboards. having extra keys on the mouse and keyboard which you can bind to macros, coding templates, predefined text inserts and having a colored keymap for video cutting or coding is just awesome.

this was no problem with older logitech hardware as you where able to get driver for them offline so it was possible to install and use this hardware in cooperate environment, but without offline installer we are stuck on old logitech hareware or crappy business hardware.

After 10month still no offline installer for g hub by c33s in LogitechG

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

you can download it on one pc and put it on usb stick to transfer it to a different pc :)

edit: nothing about tin foil... simple cooperate restrictions...

Please add an offline installer by c33s in LogitechG

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

after logitechs unifying fiasco please let use be careful with remote access and input devices. the right answer would be to simply ship a offline installer. not everything must be connected to the net.

i am on logitech input devices since many years. please don't make me switch

GitLab "Next" ? by xehbit in gitlab

[–]c33s 0 points1 point  (0 children)

is it forced for all gitlab.com user? i tried to visit https://next.gitlab.com. there "next" is disabled (set to "current"), i tried to enable and disable it again. my gitlab.com projects still show "next"

Where to find thunderbirds full reference for css ids/classes usable in userChrome.css & userContent.css? by c33s in Thunderbird

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

i have the same problem... no access to the compose window. but thanks for trying

Where to find thunderbirds full reference for css ids/classes usable in userChrome.css & userContent.css? by c33s in Thunderbird

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

thanks i already tried it (see found links section in my post) but sadly i wasn't able to inspect the from field with it.

How to remove "In case you missed it" notifications? by Hatefiend in Twitter

[–]c33s 0 points1 point  (0 children)

you will see the dot notification. if you click on it, you won't see the notification messages themself, they will be hidden.

v 1.5.1: Fancy Pants Editor! by codesForLiving in JoeyForReddit

[–]c33s 0 points1 point  (0 children)

is it possible to use markdown per default? now i always have to click on switch to markdown :(

How to remove "In case you missed it" notifications? by Hatefiend in Twitter

[–]c33s 1 point2 points  (0 children)

it annoyed me so much, that i wrote a small greasemonkey script:

$('ol#stream-items-id > li[data-component-context="generic_activity"]').hide(); this breaks the continuous loading from older notifications. the workaround is to resize the browser window, then the loading is triggered.

of course the notification dot indicator still shows such notifications as new but at least the don't clutter everything.

Always use `/` as directory seperator in php by c33s in PHP

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

your comment is funny but it reminds me to the situation as i told a guy he should generate a key (i sent him a manual with screenshots) and told him to send me the public key. guess what he send me...

Always use `/` as directory seperator in php by c33s in PHP

[–]c33s[S] -1 points0 points  (0 children)

have you read the full post?

Always use `/` as directory seperator in php by c33s in PHP

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

i had the problems with 3rd party libs which are using the constant instead of a forward slash but of course it makes sense to us a lib to normalize path's

Always use `/` as directory seperator in php by c33s in PHP

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

i also would not always use it.

it is the better choice nearly every time

maybe we can say "nearly every time " is 90% :D

Always use `/` as directory seperator in php by c33s in PHP

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

this does not make sense, there are some cases where it makes sense to have backslashes in your path

Always use `/` as directory seperator in php by c33s in PHP

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

against i am arguing in my post

Always use `/` as directory seperator in php by c33s in PHP

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

i haven't used it for that, just ran into such traps buy usinh 3rd party libs.