Install echofon for Firefox in Firefox;
Enter "about: Support" in the Firefox address bar and press Enter. On the page, click "Open containing folder" to open the currently used profile folder and go to extensions \ twitternotifier@naan.net \ Components \;
Modify the getad function in nsechofon. js using the notepad ++/notepad2 and other text editors.
Getad: function (Info ){
This. _ Pref. setboolpref ("Licensed", true );
Echofonutils. policyobservers ("removeads ");
},
-------------------------------------------
BTW: Add D myen Method
\ Echofon \ content \ overlay. JS after modification, drag it to echofon. Jar
Inserturl: function (URL ){
If (! URL ){
Url = content.doc ument. Location. tostring ();
}
Url = "d myen" + content.doc ument. Title + "" + URL;
VaR loc = Document. getelementbyid ("Identity-box ");
Echofoncommon. opencomposewindow (LOC, URL, true );
},