Тёмный
IT Dominator
IT Dominator
IT Dominator
Подписаться
The world of IT is an interesting, challenging, and exciting field to work in. I love knowledge and love also sharing that knowledge with others. My channel focuses a lot in the free and open source area but anything goes for this channel including gaming, vlogging, etc. Welcome aboard space pirate!
Firefox - How To Hide Tabsbar
6:12
4 года назад
Port Bind Below 1024 Without Sudo
7:18
5 лет назад
Blender 2.79: Animate UV Maps
10:51
6 лет назад
Set Linux Boot Background
4:20
6 лет назад
Alien Isolation - Dreamscene
2:00
6 лет назад
Halo 5 - Dreamscene
6:13
7 лет назад
Welcome To ITDominator's Channel
1:56
7 лет назад
Комментарии
@user-uu8gl6xo2d
@user-uu8gl6xo2d Месяц назад
A basic FF-session consist of Window's and Tab's. But in my case I'm also using FF-containers and FF-window-titles So for me... a session is Windows(+Titles)+Tabs+Containers Please update ESM to support containers and window-titles also.
@TonyEsaudeOliveira-ht2sc
@TonyEsaudeOliveira-ht2sc 6 месяцев назад
Hello, can you help me? How do I get a string in gtk 4?
@daves12555
@daves12555 7 месяцев назад
Great Plugin to save tabs to New PC A++
@user-le1yv8qm9l
@user-le1yv8qm9l 7 месяцев назад
here is a better fix that shows the minimize,close and expand at the top right corner and hides the tabs aswell /* Hide the tab bar and space */ #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar { visibility: collapse !important; } /* Adjust the browser content area to fill the space */ #browser { margin-top: 0 !important; } /* Show the window controls (minimize, maximize, close) */ .titlebar-buttonbox-container { visibility: visible !important; position: fixed !important; right: 0 !important; top: 0 !important; margin: 5px !important; /* Adjust margin as needed */ } /* Move the window controls to the right */ .titlebar-buttonbox { margin-left: auto !important; margin-right: 5px !important; } /* Add margin below the title bar buttons */ #nav-bar { margin-top: 25px !important; }
@LoTzzzzzzz
@LoTzzzzzzz 8 месяцев назад
This didnt work for me, but i found a slightly different variation of the code that solved it /* hides the native tabs */ #TabsToolbar { visibility: collapse; } Hopefully this helps someone who was stuck in my position!
@NewLife-hm8ey
@NewLife-hm8ey 9 месяцев назад
How to hide address bar
@nub1vagant
@nub1vagant Год назад
Do you have a link to the specific addon that lets you manage your tabs from your UI?
@melivancolas
@melivancolas Год назад
thank you!
@prizefighterko9885
@prizefighterko9885 Год назад
Hi, I have Tomcat version 10.1.7 and when I add the lines to the web.xml file, Tomcat stops working
@ivanluna4310
@ivanluna4310 Год назад
I really wanna watch this tutorial. But this is unwatchable. There are to many things on the screen, anime all over the place, text over images, etc. Please make everything cleaner.
@ITDominator
@ITDominator Год назад
I wont be changing my style but thank you for the feedback. I create these videos mostly to spur my memory and enforce concepts and tangential to that helping others. Additionally, I don't want to change my setup each time I do a video just to return it to what it was. Best wishes on finding a more suitable video!
@danizimo
@danizimo Год назад
doesn't work there's still a black bar on top
@aleesjaved
@aleesjaved Год назад
Thanks so much this helped! Also for anyone on mac you have to open the default release folder then create the chrome folder. Hopes this helps!
@ITDominator
@ITDominator Год назад
This is correct but wasn't as clear in the video that I did that. Good call out!
@randomalbumtitle
@randomalbumtitle Год назад
Thanks!
@ITDominator
@ITDominator Год назад
Welcome!
@ccringee9094
@ccringee9094 Год назад
i love 4 year old tutorials at 8 fps, they are always the most use
@ITDominator
@ITDominator Год назад
I was trying to get 9fps but my potato couldn't handle the heat.
@alberto3514
@alberto3514 2 года назад
2022 Keep Working. TY!
@ITDominator
@ITDominator Год назад
Happy to help!
@Claudiust
@Claudiust 2 года назад
This is really good and I like it a lot!
@ITDominator
@ITDominator Год назад
Haha, awesome. Glad to be of some help.
@ActOROZPEFRIASERICKADRIAN
@ActOROZPEFRIASERICKADRIAN 2 года назад
Good video :) I'm starting with how it works devilspie
@ITDominator
@ITDominator Год назад
Glad it was helpful!
@rachelcoxhead6479
@rachelcoxhead6479 2 года назад
This worked well for hiding the tab bar but it also hid the control buttons (close/minimize)! Any ideas how I can bring them back without bringing back the tabs? Edit: I found a fix, rather than the code in the video replace with: #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { opacity: 0; pointer-events: none; }
@ITDominator
@ITDominator 2 года назад
Glad you found a solution to your needs! I use a custom plugin that gives me control of my tabs which is why I don't need the close and hide buttons. If interested it's one I wrote and is this: addons.mozilla.org/en-US/firefox/addon/tab-search-and-manage/
@LordErdbeere
@LordErdbeere 2 года назад
Neither works for me, I use it on windows and the first solution just makes my firefox turn invisible and your solution does nothing for me. Any Ideas that could help?
@pbr4730
@pbr4730 2 года назад
@@LordErdbeere This code worked for me, and I hid the control buttons because I prefer to use keyboard shortcuts for that. If you want to see the control buttons change display to "block". #tabbrowser-tabs { visibility: collapse !important; } #titlebar { appearance: none !important; height: 0px; } #titlebar > #toolbar-menubar { margin-top: 0px; } #TabsToolbar { min-width: 0 !important; min-height: 0 !important; } #TabsToolbar > .titlebar-buttonbox-container { display: none; position: absolute; top: 12px; left: 0px; }
@LordErdbeere
@LordErdbeere 2 года назад
@@pbr4730 I’ll have a look into that if it works, gonna tell you how it worked Edit: It didn't work, but mybe I have it in the wrong folder, because in my folder vs the folder of firefox in the vids, there are more folders inside, not by me tho, so it's interesting
@aleesjaved
@aleesjaved Год назад
Thanks so much for this code it helped me with my problem!
@anonymousofthecentury3906
@anonymousofthecentury3906 2 года назад
I love your intro! how'd you make it?
@ITDominator
@ITDominator 2 года назад
I used Blender. =) Through it I did a text to mesh, subdivided it, deformed it, and added a glossy node as well as mix that with a Creeper image texture. I animated the coordinates of the Creeper image to give the waterfall effect. Below the text I added a transparent glossy plane mesh. For the stars I just followed some tutorial on Blender but did add additional color ramp values. From there I just animated the camera to follow a path at the four cardinal points with a speed curve that I don't recall off the top of my head.
@anonymousofthecentury3906
@anonymousofthecentury3906 2 года назад
@@ITDominator Thanks for your input, you've earned yourself a sub <3
@Mythologos
@Mythologos 2 года назад
On Linux Mint: Namespace Gtk not available for version 3.0 Anyone know how to fix this? (All dependencies are installed)
@ITDominator
@ITDominator 2 года назад
stackoverflow.com/questions/56823857/valueerror-namespace-gtk-not-available
@gatisspringis5032
@gatisspringis5032 2 года назад
Hey, but does this work in bge? I tried and it didn't :(
@ITDominator
@ITDominator 2 года назад
I don't know but doubt it.
@albertservant1666
@albertservant1666 2 года назад
thanks for the upload these 2 videos gave me a great introduction into glade and tree view.
@ITDominator
@ITDominator 2 года назад
I'm glad it helped!
@putrahar
@putrahar 2 года назад
Tq so much, save my life. Head over toe searching what went wrong when PHP files not working on Netbeans. Blaming Netbeans conf when Tomcat is the root problem
@ITDominator
@ITDominator 2 года назад
Dude, I feel your pain! I had something similar happen with some other APIs and found it was Tomcat f**g things up.
@conradclassey4471
@conradclassey4471 2 года назад
@ITDominator
@ITDominator 2 года назад
Just seeing this comment, thank you for the heart!
@thenujansandramohan8930
@thenujansandramohan8930 2 года назад
Great content . Thank you
@ITDominator
@ITDominator 2 года назад
My pleasure!
@thenujansandramohan8930
@thenujansandramohan8930 2 года назад
Thank you so much for these videos
@ITDominator
@ITDominator 2 года назад
You are so welcome!
@lightningMcqueen5
@lightningMcqueen5 2 года назад
Excellent Mate !
@ITDominator
@ITDominator 2 года назад
Thank you! Cheers!
@psandhyagayatri232
@psandhyagayatri232 2 года назад
perfect explanation of things
@ITDominator
@ITDominator 2 года назад
I try my best!
@AnotherAgnostic
@AnotherAgnostic 2 года назад
Thank you so much
@ITDominator
@ITDominator 2 года назад
You're most welcome!!
@mrmensje1
@mrmensje1 2 года назад
thanks so much! This was exactly what I needed for my displacement :D
@ITDominator
@ITDominator 2 года назад
Glad I could help!
@TotalImmort7l
@TotalImmort7l 3 года назад
Man you're doing a god's work by putting these tutorials. You're channel is extremely underappreciated. Thanks a lot for these tutorials.
@ITDominator
@ITDominator 2 года назад
Haha, not sure about God's work but I'm glad you like.
@TotalImmort7l
@TotalImmort7l 3 года назад
Excellent tutorial. You explained the basics like water! Thanks a lot bro.
@ITDominator
@ITDominator 2 года назад
Thanks!
@utmt3358
@utmt3358 3 года назад
I like and appreciate your videos. If I might provide some constructive feedback, the use of transparency makes the videos hard to watch. It's like smearing Vaseline on a camera lens and then taking a picture of El Capitan. The point of focus is getting lost. I understand if that is the way you like to program. I have my own style that others might choice to do differently and that's great. Each to his own. The question I ask myself when making a video is who am I making the video for? For me it's the viewer. That goal in mind does my choices of styles enhance or detracting from the viewer's experience? Please forgive me, no offense intended. I do appreciate the video. I just find my learning experience diminishes when unimportant things (screen clutter) are competing against the important things from my attention. Thanks
@ITDominator
@ITDominator 2 года назад
"The question I ask myself when making a video is who am I making the video for?" I'm making them so I can come back and remember what I've forgotten. Everything else is a bonus. =P'
@majormayer7133
@majormayer7133 3 года назад
Great tutorials, would be nice to see more of this format!
@ITDominator
@ITDominator 2 года назад
I will add more soon. I get lazy and unmotivated, though. Thanks for enjoying!
@RobotTechHead
@RobotTechHead 3 года назад
I followed all the steps, including the about:config and true value. I'm not sure where I've gone wrong, but it still doesn't work. Any help is appreciated.
@johnpaulabadines3610
@johnpaulabadines3610 2 года назад
Had the same problem. Check the file type. If you're in windows, open notepad, copy and paste the code and save as "userChrome.css" under all file types. It shouldn't say text document .txt
@ITDominator
@ITDominator 2 года назад
Great catch as Windows does do weird stuff like add .txt at the end of files.
@RobotTechHead
@RobotTechHead 2 года назад
@@johnpaulabadines3610 Thanks for the help!
@rippernmode8015
@rippernmode8015 2 года назад
@@johnpaulabadines3610 still doesnt work for me, saved as a css file
@LoTzzzzzzz
@LoTzzzzzzz 8 месяцев назад
@@rippernmode8015 Sorry this is a year late, but i had the same problem and i found a slightly different code that worked for me /* hides the native tabs */ #TabsToolbar { visibility: collapse; } Copy paste that and see if it solves it
@MikeTheShadow
@MikeTheShadow 3 года назад
I finally found something that works. Thanks so much!
@ITDominator
@ITDominator 2 года назад
No problem!
@Pray4ragE
@Pray4ragE 3 года назад
Your OCD with code satisfies my OCD with code. Thanks! Subscribed xD
@ITDominator
@ITDominator 2 года назад
;) It's a curse and blessing.
@maciejwietrzynski7272
@maciejwietrzynski7272 3 года назад
What version of Java can support your Apache Tomcat 9?
@MikeTheShadow
@MikeTheShadow 3 года назад
11
@sayochikun3288
@sayochikun3288 3 года назад
man is banging his keyboard for us
@ITDominator
@ITDominator 3 года назад
🤣 10/10 would read this comment again! 🤣
@AP-kx4yw
@AP-kx4yw 3 года назад
Please make more!! And please make one about the GtkHeaderBar. Please also make a video about how to display the output of a terminal command in the GTK program. Thank you for your tutorials! They are great.
@ITDominator
@ITDominator 3 года назад
Thank you for the kind words! I'll eventually do the GtkHeaderBar. Though, I'm not sure when. As for the other thing, I can do that too and might do it sooner than the other.
@M2dScientist
@M2dScientist 3 года назад
Very useful, thank you!
@ITDominator
@ITDominator 3 года назад
Glad to hear that! =D
@dominika7061
@dominika7061 3 года назад
Thanks for the video! I use it on every new machine.
@ITDominator
@ITDominator 3 года назад
Same!
@shorter2051
@shorter2051 3 года назад
Your volume in the intro is way too loud. I am deaf now.
@ITDominator
@ITDominator 3 года назад
👍 💪 👌
@ITDominator
@ITDominator 3 года назад
Get it? Sign language?
@monochrome_linux
@monochrome_linux 3 года назад
dude fucking same, i was on full volume. felt like i was in skyrim for a second
@mubashirhasan2329
@mubashirhasan2329 3 года назад
thank you! this made things a lot more clear
@ITDominator
@ITDominator 3 года назад
Glad it helped!
@stilartman9671
@stilartman9671 3 года назад
Good job. Possible export animated uv to format .fbx ?
@ITDominator
@ITDominator 3 года назад
No clue, worth Googling. =P
@agusgunawan7696
@agusgunawan7696 3 года назад
I tried on tomcat 10 cannot run it... anyway on PHP directory cannot listing file like apache server? we must to index.php or direct to file php on we want to run, can anyone help ...? By the way thx for this solved for PHP on Tomcat 9...
@ITDominator
@ITDominator 3 года назад
Well...what happens when you try to run it?? You can list directories using PHP, yes....
@agusgunawan7696
@agusgunawan7696 3 года назад
@@ITDominator it's how "No input file specified." if i just run on directory.. If we use apache server on directory we can browse list of file on directory like explorer, is not it ? O ya on tomcat 10, your clue cannot working .. why ?
@ITDominator
@ITDominator 3 года назад
@@agusgunawan7696 It sounds like you're passing a bad path to PHP and not a configuration issue. In your PHP code, check what path it's getting by logging or printing it out. It might be using a relative path and interpreting incorrectly.
@agusgunawan7696
@agusgunawan7696 3 года назад
@@ITDominator Not in php code .. i mean this conf on httpd -- option indexes <Directory "/var/www/icons"> Options Indexes MultiViews AllowOverride None Require all granted </Directory>
@ITDominator
@ITDominator 3 года назад
@@agusgunawan7696 Does this path exist? /var/www/icons Httpd is not Tomcat.... Are you using Httpd instead of Tomcat? Is it throwing an error? I don't understand what you're problem is? Is Tomcat throwing an error? Is PHP throwing an error? What's throwing your error? Send me a pastebin link with your error.
@bryanhoffman4331
@bryanhoffman4331 3 года назад
Thanks, helped a lot! Nice and clear explanation.
@ITDominator
@ITDominator 3 года назад
Glad it helped!
@TheDrunkenAlcoholic
@TheDrunkenAlcoholic 3 года назад
Good to see glade & python tutorials back
@ITDominator
@ITDominator 3 года назад
Glad you like them!
@Tabatabaei1999
@Tabatabaei1999 3 года назад
you are great!
@ITDominator
@ITDominator 3 года назад
Happy to be of service!!
@Claudiust
@Claudiust 3 года назад
Your voice is so smooth
@ITDominator
@ITDominator 3 года назад
XD Thanks buddy....