[Ext] Stylish 0.3.2

Announce and Discuss the Latest Theme and Extension Releases.
Locked
old np
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old np »

Peng wrote:But that's a waste of bandwidth.

40KB of bandwidth... You use up more bandwidth loading this page, not including images.
Lost User 116738
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Lost User 116738 »

babyb0y.tk

how can I remove the rash in the top :D
old np
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old np »

The site does that with frames, and unfortunately CSS isn't that good at styling frames. Fortunately, you can just load the main content by going to http://babyb0y.byethost7.com/
Lost User 116738
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Lost User 116738 »

np wrote:The site does that with frames, and unfortunately CSS isn't that good at styling frames. Fortunately, you can just load the main content by going to http://babyb0y.byethost7.com/


Ok, it's only the way I can do :).

Do you know why DOM inspector not work :|
User avatar
dougeeebear
Posts: 548
Joined: September 15th, 2005, 4:17 pm

Post by dougeeebear »

XerBlade wrote:
dougeeebear wrote:
np wrote:
dougeeebear wrote:Hmmm... after all the requests for Apply (myself for one), it's implemented, only to be replaced by Preview.
IMO, Preview should be in addition to Apply, not instead of.

I don't see the case for Apply over what Preview provides. Are you afraid Firefox is going to crash and you'll lose your work?

You mean Firefox actually crashes?

Anyway, it's not a matter of whether Firefox crashes or not, it's a matter of being able to save a work in progress at certain intervals without exiting the editor.

Excuse me for asking, but exactly what reason would there be to want to save at intervals without closing the editor if not in case of a crash? The only purpose in Saving when you already have the Preview feature (allowing you to try out changes without saving) should be to make sure it is stored somewhere... solid (rather than... in RAM ^_^), that being the entire purpose in the general concept of Saving to begin with, and, in a perfect world, where no crashes of any kind ever happened, the only reason you would ever have need of saving was in order to still be able to retrieve it after exiting the application/editor/OS/whatever. So, unless you've thought of some strange extreme case I haven't, Saving loses its purpose if there are no crashes and you don't plan to close the editor.

Wow!!!
I didn't know I was going to cause such a commotion with one simple statement.
The answer is this, plain and simple...
Because that's the way I like to do things!
old np
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old np »

Nxqd3051990 wrote:Do you know why DOM inspector not work :|

No idea.
dougeeebear wrote:The answer is this, plain and simple...
Because that's the way I like to do things!

As you can probably guess, that's not reason enough for me to include it.
User avatar
dougeeebear
Posts: 548
Joined: September 15th, 2005, 4:17 pm

Post by dougeeebear »

np wrote:
dougeeebear wrote:The answer is this, plain and simple...
Because that's the way I like to do things!

As you can probably guess, that's not reason enough for me to include it.

Ok, you win.
Old Greg S
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Greg S »

hmm, I just now noticed on userstyles that clicking the "New" link carries me to a list of more than the latest 5 new styles. I was going to ask for something like that but now I don't have to,lol. Thanks
Webb
Posts: 698
Joined: July 18th, 2003, 9:49 am

Post by Webb »

Newbie here. I'm working on a small tweak for http://www.xtort.net

I've been able to remove a couple of elements and increase the font size of the center column but I can't figure out how to identify and remove specific P elements. I can remove all of them but I can't remove just the 3 or so that I want to remove. How can I identify these specific elements for removal?

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.xtort.net")
{
DIV H1,P1 {display: none !important}
#header {display: none !important}
#center {font-size: 12pt !important}
}


Screenshot

Thanks.
old np
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old np »

Code: Select all

h1 + p, h1 + p + p, h1 + p + p + p {
display: none !important
}
Webb
Posts: 698
Joined: July 18th, 2003, 9:49 am

Post by Webb »

Thank you kindly, np.

Now I can say I have learned something today.

Is this worthy of publication? I'd clean up the code to remove some of the redundancies.
old np
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old np »

The only thing I'd be worried about is that selector's effect on other pages. Other than that, go ahead and post it.
Webb
Posts: 698
Joined: July 18th, 2003, 9:49 am

Post by Webb »

Newbie mistake. I don't know I how I missed that. I intended that it apply only to one page.

I've tested it with a few other pages on the domain and it actually improves them as well.
Lost User 116738
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Lost User 116738 »

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("https://www.google.com/accounts/ServiceLogin?service=mail") {
  img[src$="talk_bubbles.gif"], .form-noindent[cellpadding="0"],
  body br, td[width="75%"], body > table > tbody {
    display: none !important;
  }
  table[width="95%"], table[width="94%"] {
    width: 40% !important;
  }
  body > table:first-child {
    margin-bottom: -1em !important;
  }

}


Anyone know how to remove the last table ?

I don't know how to remove the table between another tables and have the same id with another id.
the link to the rule of CSS be great for me, thanks ;)
User avatar
KidReefer
Posts: 141
Joined: May 7th, 2006, 6:10 am
Location: Earth...mainly
Contact:

Post by KidReefer »

Peng wrote:
KidReefer wrote:Got GreaseMonkey?
Try this!install.rdf viewer


No. I got rid of it after it was causing a lot of crashes.

Thaat script was actually what got me to try it again in the first place, after I had stopped using it for some reason or another.

I made a simple bookmarklet* to open install.rdfs.

Anyway, that downloads the XPI, too. How are you supposed to view the source of a file you don't have downloaded?

* Using a javascript: URI in an [url] tag didn't work, so I tried a data: URI, which I know works, but it didn't, either! :evil: Anyway, this is the bookmarklet: javascript:location.href="view-source:jar:"+prompt("XPI:")+"!/install.rdf";
It works perfect for me. Display a little link any time an extension is on the page. Bomb!!! I love it!!!
Locked