pHROZEN gHOST

À propos de moi

Information développeur
Nom pHROZEN gHOST
Utilisateur depuis mars 5, 2007
Nombre de modules développés 0 modules
Moyenne des notes des modules du développeur Pas encore évalué

Mes critiques

Download Status Bar

Noté 5 sur 5 étoiles

This is a MUST HAVE add-on. I'd give it 10 stars if I could. Unfortunately, recent changes make it no longer function in Palemoon 26.0.

There is a workaround.

Around line 1388 of bootstrap.js you need to add code between the lines ...

DownloadBarComponent.prototype = {
...
this.windowtype = "mail:3pane";
DownloadBar.windowtype = "mail:3pane";
break;
_________________________________________________________________
case "Pale Moon":
this.ff26above=false;
DownloadBar.ff26above=false;
this.windowtype = "navigator:browser";
DownloadBar.windowtype = "navigator:browser";
break;
_________________________________________________________________
case "Fennec": break;
default: //"Firefox", "SeaMonkey"
}

In order to modify bootstrap.js, you must open the .XPI file for the addon. Best approach is to go to the addon page, right click the link to install the addon and save it to your desktop. Then, open with winzip (XPI is ZIP). In winzip, open bootstrap.js with notepad++, go to line 1388 and add in the extra case for palemoon. Then fille --> Save and exit. Winzip should ask if you want to update the XPI file. Yes! Then save the XPI file from Winzip. Now, in palemoon, open the XPI file and you can install the fixed version.

Hope this helps those who did not know how to get at the bootstrap.js :-)

Cette critique concerne une version précédente du module (12.3.0.1-signed).  Cet utilisateur a 4 critiques précédentes de ce module.

CuteButtons

Noté 5 sur 5 étoiles

This is one of my favorite interface changes.

This is not the safest solution. But it will get you by until the signed version is out.

In about:config change xpinstall.signatures.required to false.
Re-install.

Cette critique concerne une version précédente du module (0.4.0). 

Yahoo! Mail Notifier

Noté 5 sur 5 étoiles

I am on pale moon v25.1.0. This add-on (latest version - 1.7.4) still works. However, there is one little issue. Yahoo log in screen comes up when my browser is started. If I disable YMN, I never see that log on screen again. Right now I'm putting up with the log in screen because I like the add-on.

This issue also happens on Firefox v35.

Cet utilisateur a 2 critiques précédentes de ce module.

Download Status Bar

Noté 5 sur 5 étoiles

If I could have only one add-on made a permanent part of Firefox, this is it. The author has done a phenomenal job of replacing the original with something that is even better. His dedication to the task is second to none. Congratulations for a job well done :-)

BTW, second choice would be Tab Mix Plus.

Cette critique concerne une version précédente du module (6.2.0.1-signed).  Cet utilisateur a d’autres critiques de ce module.

Download Status Bar

Noté 5 sur 5 étoiles

OK, if you don't have this add-on, what's stopping you. This is, bar none, the best add-on for Firefox.

Cette critique concerne une version précédente du module (3.5.0.1-signed).  Cet utilisateur a d’autres critiques de ce module.

Download Status Bar

Noté 5 sur 5 étoiles

This just gets better and better every day.Do you have plans to add a pop-up when the mouse is over a download ... like the old DSB?

My mistake. I clicked on a download box and there it is. That's good enough for me.

If I could give 10 stars I would.

Cette critique concerne une version précédente du module (1.9.6.1-signed).  Cet utilisateur a d’autres critiques de ce module.

Download Nubs

Noté 5 sur 5 étoiles

Awesome+++ (50 stars)

The author has done his homework here.

I pity the poor fools that are bashing the author's efforts to present a better alternative to the non-working, and as yet unsupported, Download StatusBar.

BTW I have looked at the source code for this add-on and I see nothing at all wrong with it.

I have only one complaint. The author's assumption is that a light background everywhere (even on the bar buttons) is acceptable. I use a dark background (#0e2a48) with chartreuse text. My pop-ups have chartreuse text on a near white background. WTF?!?!?!?!?

No bother. I rewrote part of the author's skin CSS and I am happy. Even the buttons have proper colors (hovered or not). Maybe the next release should RESPECT the color scheme .... puleeezzzz :-)

If more people would stop bitching at the efforts of others, the world would be a better place.

KUDOS to the author. You are awesome!!!!

Download Status Bar

Noté 4 sur 5 étoiles

Although this is a work in progress, it works. That's more than I can say for Download Statusbar which I used for years. It stopped working with FFv26.

I would like to see a configuration item for the maximum width of each download and the possibility to clear completed downloads by double clicking the bar

Cette critique concerne une version précédente du module (1.8.1.1-signed). 

Yahoo! Mail Notifier

Noté 5 sur 5 étoiles

1.7.0.1 works with FF 25.0.1 on yahoo.ca.

Cette critique concerne une version précédente du module (1.0.7.1-signed.1-signed).  Cet utilisateur a d’autres critiques de ce module.

NewScrollbars [Tb 10-56] (discontinued)

Noté 5 sur 5 étoiles

Like others, I have looked for something like this. Currently running FF 10 beta 6. They work fine.

Cette critique concerne une version précédente du module (1.0.3.1-signed). 

Yahoo! Mail Notifier

Noté 5 sur 5 étoiles

Best Yahoo Mail notifier available. Have been using it for years with only one issue which the author was VERY quick to fix - Yahoo's fault BTW.

Unfortunately, it looks like Yahoo did something to break it again.

It really would be nice if readers like FASTKC would describe how they fixed their recent issue since this could help a lot of people.

Cette critique concerne une version précédente du module (1.0.1.1-signed.1-signed). 

ViewAbout

Noté 2 sur 5 étoiles

Type "About:About" in the address bar without the quotes. Now you have a menu of many of the About commands without having to add anything to Firefox.

NOTE TO br2: You can edit the code. I added About:Addons because it wasn't included.
Then I minimized the whole thing to be just About:About.
And then I eliminated it :)

Cette critique concerne une version précédente du module (2.0.1.1-signed.1-signed). 

MR Tech About:About

Noté 3 sur 5 étoiles

A few things are now broken with Firefox 3.6 RC2 - probably will be broken on the final release. May even have been broken much earlier (didn;t notice until now)

1) it is no longer supported for 3.6
2) about:plug-ins is broken
3) about kitchen sink is broken (not a show stopper but)
4) About:about is broken

I managed to fix items:
1 - simple RDF file change
2 - leave the about:plugins as the command (don't get fancy)
and 3 - commented out the product name check

MR Tech About:About

Noté 3 sur 5 étoiles

I would have rated it a tad higher if it wasn't sadly out of date.

A few things are now broken with Firefox 3.6 RC2 - probably will be broken on the final release. May even have been broken much earlier (didn;t notice until now)

1) it is no longer supported for 3.6
2) about:plug-ins is broken
3) about kitchen sink is broken (not a show stopper but)
4) About:about is broken

I managed to fix items:
1 - simple RDF file change
2 - leave the about:config alone
and 3 - commented out the product name check

MR Tech About:About

Noté 3 sur 5 étoiles

I would have rated it a tad higher if it wasn't sadly out of date.

A few things are now broken with Firefox 3.6 RC2 - probably will be broken on the final release. May even have been broken much earlier (didn;t notice until now)

1) it is no longer supported for 3.6
2) about:plug-ins is broken
3) about kitchen sink is broken (not a show stopper but)
4) About:about is broken

I managed to fix items:
1 - simple RDF file change
2 - leave the about:config alone
and 3 - commented out the product name check

AutoPager

Noté 5 sur 5 étoiles

Wish it worked fully on Mozilla Personas site.

This is one of my FAV scripts. Wish it were better :-o

First page works fine. Subsequent pages won't allow the "preview" feature. Why?

Contact me if you need more details - [email protected].

Cette critique concerne une version précédente du module (0.6.0.5). 

AutoPager

Noté 5 sur 5 étoiles

Why OH WHY doesn't firefox have this feature by default. It is F-A-B-U-L-O-U-S.

So, why doesn't the Mozilla Personas web site work properly with this proggie?

The first page previews fine. Subsequent pages work fabulously. But they don't allow a persona preview.

Why?

PLEASE make this work!!!!!!!!!!

Cette critique concerne une version précédente du module (0.6.0.5). 

AutoPager

Noté 5 sur 5 étoiles

Why OH WHY doesn't firefox have this feature by default. It is F-A-B-U-L-O-U-S.

So, why doesn't the Mozilla Personas web site work properly with this proggie?

The first page previews fine. Subsequent pages work fabulously. But they don't allow a persona preview.

Why?

PLEASE make this work!!!!!!!!!!

Cette critique concerne une version précédente du module (0.6.0.5). 

Stylish - Custom themes for any website

Noté 5 sur 5 étoiles

One of my favorite addons for Firefox. It just gets better and better.

Unfortunately, UserStyles.Org is gone.
Firefox displays a blank page with status Done.
IE says it cannot display the page.

Without Userstyles, there is no repository for scripts :-(

Cette critique concerne une version précédente du module (1.0.7).  Cet utilisateur a d’autres critiques de ce module.

Stylish - Custom themes for any website

Noté 5 sur 5 étoiles

An excellent addon without question.

It really would be nice if the web page (http://userstyles.org) stayed up.

Often when I visit, it's down.

Cette critique concerne une version précédente du module (0.5.7).