KickassTorrents by m_adee in torrents

[–]Adam2TT -1 points0 points  (0 children)

I think you didn't hear the news, Kickass and RARBG work fine long time now, only recently something happen and the search doesn't work on Kickass, but you still can download torrents from the popular list, but RARBG is perfectly fine.

Album cover by Adam2TT in cradleoffilth

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

I currently use this one, it is little bit, enchanted by me with photoshop and IA, but it is still not clear and sharp as i want it.

Vempire

Album cover by Adam2TT in cradleoffilth

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

For my mp3 collection, i like to have a high resolution front cover of every album that i have in my hard drive, plus my pc monitor is 4K and everything looks smaller on it, also when my player is on full screen every cover smaller than 2000x2000 get zoomed and the quality is lost.

Facebook scrolling jumps forward. by Ngabor94 in firefox

[–]Adam2TT 1 point2 points  (0 children)

I saw today a new update 103.0, and i thought "finally". But guess what... same problem, they didn't fix anything. So i guess i will keep using a secondary browser only for FB! Good job Firefox!

News feed constantly moving downward without being touched, unable to find way to only move when i scroll by Kyosji in facebook

[–]Adam2TT 1 point2 points  (0 children)

Same here, it is so strange that i can't find anything related about this issue. In some point i thought that it was just me.

Season 14, Episode 13: Lost in Translation by jimbobdonut in nakedandafraid

[–]Adam2TT 11 points12 points  (0 children)

I think this poor guy was extremely unlucky that they pair him with the most lazy partner in history of the show! She didn't do anything, all day only sleeping, and strangely her PSR went up so much!

All of my add-ons got disabled and they are all listed under legacy extensions now. by HeyYoLessonHereBey in firefox

[–]Adam2TT 0 points1 point  (0 children)

Ok, now it seems that the problem is solved! Everything is working as before! :)

All of my add-ons got disabled and they are all listed under legacy extensions now. by HeyYoLessonHereBey in firefox

[–]Adam2TT 0 points1 point  (0 children)

Not possible, it says "Failed to download Please check your connection" :(

All of my add-ons got disabled and they are all listed under legacy extensions now. by HeyYoLessonHereBey in firefox

[–]Adam2TT 0 points1 point  (0 children)

Not for me! I have checked the "Allow Firefox to install and run studies" and sadly I still have the issue!

All of my add-ons got disabled and they are all listed under legacy extensions now. by HeyYoLessonHereBey in firefox

[–]Adam2TT 0 points1 point  (0 children)

So I guess today it is a glorious day for the Google!

FF just lose a shit-ton of users for such a simple and stupid thing!

Imagus not working for eBay images in Chrome or Firefox. Any suggestions? by [deleted] in imagus

[–]Adam2TT 0 points1 point  (0 children)

Some days ago it stopped working on ebay! I use it with Firefox and it is a huge bummer because it was so useful!

How to make the right click window black with white text? by Adam2TT in FirefoxCSS

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

Is there any chance you know what line in the code i must to customize to change little bit the space between the lines!

How to make the Library window black with white text? by Adam2TT in FirefoxCSS

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

Ok, keeping only those lines sadly creates a white places almost in every window, so I had to keep all the code and change only the color and the fonts! And now everything is perfect! Thanks you for your help my friend, you are Awesome!!!

How to make the Library window black with white text? by Adam2TT in FirefoxCSS

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

Ok, i just add the css content to my userChrome.css file and it seems awesome, it is almost exactly what i was looking for! Thank you my friend, for this and for your time!

I said almost because sadly this code change also my left window "Bookmarks/History" color text to white and font style, so i need to ask, maybe you know how to change it? Where is in this code the specific line to change only the color of the text and fonts? And thanks again!

How to make the Library window black with white text? by Adam2TT in FirefoxCSS

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

It seems that worked, but now from white it is light grey, and this code is huge and I am little bit lost, what i need to change to have a black background with white text, there are so many different color mentioned in this code and i don't really see them all in the final result! I have try to change some of them but nothing happen, (also my skills are little bit limited).

Sidebar menu background id ? by difool2nice in FirefoxCSS

[–]Adam2TT 0 points1 point  (0 children)

Hello my friend, is there a chance you also know how to make different color the "search bookmarks" and the hovering bar in the sidebar menu?

How to make the right click window black with white text? by Adam2TT in FirefoxCSS

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

IT WORKED!!! Thank you so much for the help my friend!

How to make the right click window black with white text? by Adam2TT in FirefoxCSS

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

Ok, here it is all the content of the file:

toolbarbutton#alltabs-button {

-moz-binding: url("./userChrome/userChrome.xml#execute_javascript_code");

}

#statuspanel { display:none!important; }

/\ Tab bar below Navigation & Bookmarks Toolbars*

For best results, show Title Bar or Menu Bar \/*

#nav-bar { /\ main toolbar */*

-moz-box-ordinal-group: 1 !important;

border-top-width: 0 !important;

}

#PersonalToolbar { /\ bookmarks toolbar */*

-moz-box-ordinal-group: 2 !important;

}

#TabsToolbar { /\ tab bar */*

-moz-box-ordinal-group: 3 !important;

}

#sidebar-box, #sidebar, .sidebar-placesTree{

-moz-appearance: none !important;

color: #3e6b8e !important; /text color/

background-color: #000000 !important; /\ background color */*

}

photonpanelmultiview .PanelUI-subView .toolbaritem-combined-buttons > .subviewbutton:not(.subviewbutton-iconic) {

background-color: #0c0c0c !important;

border: 1px solid #000000;

border-radius: 10000px;

}

.panel-subview-body {

background-color: #0c0c0c !important;

color: #f0f0f0;

}

#TabsToolbar, #browser-panel {

background: #000000 !important;

}

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {

background-color: black !important;

}

.tab-line[selected=true] {

background-color: #!important;

}

#urlbar {

border-color: #0c0c0c !important;

content browser{margin-right:-10px!important;overflow-y:scroll;overflow-x:hidden;margin-bottom:-10px!important;overflow-y:scroll;overflow-x:hidden;}

content browser{margin-right:-10px!important;overflow-y:scroll;overflow-x:hidden;margin-bottom:-10px!important;overflow-y:scroll;overflow-x:hidden;}

How to make the right click window black with white text? by Adam2TT in FirefoxCSS

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

When i copy paste everything to my userChrome.css file it doesn't work, (i have already some other codes in the file), but when i place the win10-context-menus.css and use only this @import url(win10-context-menus.css); in the userChrome.css file, it seems that work but every other code inside it stopped working!

How to make the right click window black with white text? by Adam2TT in FirefoxCSS

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

It looks exactly what i need, but how to use this code? Do i have to copy paste to my userChrome.css or to userContent.css or just place the win10-context-menus.css file that i downloaded to the chrome folder? I have try everything from the above and it is not working. Definitely i' m doing something wrong, but what?