ਇੱਥੇ ਮੌਜੂਦ ਹਜ਼ਾਰਾਂ ਐਡ-ਆਨ ਵਰਤਣ ਲਈ , ਡਾਊਨਲੋਡਮੋਜ਼ੀਲਾ ਫਾਇਰਫਾਕਸ,ਇੱਕ ਤੇਜ , ਆਜ਼ਾਦ ਜਰੀਆ ਵੈਬ ਵਰਤੋਂ ਲਈ!

ਬੰਦ ਕਰੋ

ਫਾਇਰਫੌਕਸ ਐਡ-ਆਨ ਵਿੱਚ ਸਵਾਗਤ |

ਫਾਇਰਫਾਕਸ ਨੂੰ ਆਪਣਾ ਬਣਾਉਣ ਲਈ ਹਜ਼ਾਰਾਂ ਵਾਧੂ ਪੇਸ਼ਕਸਾਂ ਅਤੇ ਅੰਦਾਜ਼ਾਂ ਵਿੱਚੋ ਚੁਣੋ।

ਬੰਦ ਕਰੋ

ਕਿਰਿਆਸ਼ੀਲ?

ਵੇਖੋ ਸਾਡੀਮੋਬਾਈਲ ਐਡ-ਆਨ ਸਾਈਟ

ਬੰਦ ਕਰੋ

Ramka1

ਥੋੜੇ ਜਿਆਦਾ ਵੇਰਵੇ ਵਿੱਚ...

ਡਿਵੈਲਪਰ ਜਾਣਕਾਰੀ
ਨਾਂ Ramka1
ਤੋਂ ਉਪਭੋਗੀ ਅਕਤੂ 16, 2008
ਉਸਾਰੇ ਗਏ ਐਡ-ਆਨਾਂ ਦੀ ਗਿਣਤੀ 0 ਐਡ-ਆਨ
ਡਿਵੈਲਪਰ ਦੇ ਐਡ-ਆਨਾਂ ਦੀ ਔਸਤ ਰੇਟਿੰਗ ਅਜੇ ਤੱਕ ਦਰਜਾਬੰਦੀ ਨਹੀਂ ਕੀਤੀ

ਮੇਰੀਆਂ ਸਮੀਖਿਆਵਾਂ

Tab Wheel Scroll

5 ਤਾਰਿਆਂ ਵਿੱਚ 3 ਮਿਲੇ

Dont work with addon Tree Style Tab

ਇਹ ਸਮੀਖਿਆ ਐਡ-ਆਨ (20140723.1-signed) ਦੇ ਪਿਛਲੇ ਵਰਜਨ ਲਈ ਹੈ। 

Fast Mail Redirect

5 ਤਾਰਿਆਂ ਵਿੱਚ 5 ਮਿਲੇ

Thanks for cool addon.
But on my system it is not work correctly. (Thunderbird 2.0.0.17, Postfix mail server).
It don't show link "Forward to Original address" by default.
I am not a programmer.

It work correctly when I add one line at code (between 118 and 119).

....
var strCategory = fastredirect.strCategory; //(it is your code)
fastredirect.addLinkButton1(strCategory, currentHeaderData["x-envelope-to"].headerValue ); //it is my additional code
if ( currentHeaderData[strCategory] ) //(it is your code)
....

I have not headers "x-rcpt-to" in my mail incoming messages.
I have "x-envelope-to" header in my mail incoming messages..
(I use Postfix mail server. May be Postfix set another header).

I have been modified file fastredirect-overlay.js.
I try to edit "fastredirect.strCategory" at line 42, but it is not work.
I try to insert my code into "IF" (Line 120), but it is not work.

I am not a programmer, and I can not find common solution.
I can give you additional information, if it can help you to debug code.
Tell how i can help you to debug code.


and
Error in discription this addon at site:
"by automatically finding the original recipient (X-RPCT-TO) in the email-header."
Need to be changed "RPCT" to "RCPT"