|
I got Opera 10.60, I just switched from Google Chrome, and I need some help. In Chrome and FireFox there's that add-on called "Stylish". But it's not available in Opera. (If you don't know what that add-on is go here.) I read that it's still possible without that add-on, but I didn't get it, if someone knows how to do it tell me. What I want to do is to put this instead of the regular YouTube page. Please help me. Im sorry for all of the links, but if you don't understand then just comment and I'll explain. Thank you! |
|
It would seem you want to add a CSS script to be loaded by webpages or a specific website. This is a common, yet very unknown, feature of web browsers. The most common usage is to block web ads using CSS scripts like "Fanboy's Adblock List for Opera" Firstly, I am not sure the code at that site is pure CSS compliant, you may not be able to use this one or you may have to modify it. If it does work, get the code and save it to a file with "css" as the extension.
it didint work is modifying hard heres the code http://userstyles.org/styles/js/26923/Youtube%20Dark%20(2010%20Redesign).js i made that into a file called blah.css and nothing happened Hm, looking over the code it appears it is 100% CSS compliant, the only portion that Opera may not understand is the line with "@-moz-document...". The link you just provided is the wrong code, that's a js file that seems to generate the CSS code. Go here: http://userstyles.org/styles/26923 and click on "Show Code". Copy and paste the code it presents to a text editor, remove the line with "@-moz-document" at the beginning, then remove the line below it with the "{". At the very bottom, remove the last "}". Save it as a CSS file and try that. Edit: This style uses CSS3, and some parts are still in draft forms in certain browsers, so there's parts in this file with things like "-moz-border-radius-topleft" these will be ignored by Opera unless you write them like "border-top-left-radius", as ones with "-moz" are Mozilla only and "-webkit" is webkit only. here's more info: http://dev.opera.com/articles/view/css3-border-background-boxshadow/#border-radius remove the whole load of letters at the end????????????????????????????????? please help me itl be esiar (if its OK with u ) if you send me the finished code i should ust to sebastianq28@aim.com) or answer woth it if it fits or just answer the exact section i should delete |
|
remove the whole load of letters at the end????????????????????????????????? |
