Firefox

Firefox Python Sync Server

fallback_node = http://localhost:5000/

source

[storage]
 backend = syncstorage.storage.sql.SQLStorage
 …
 [auth]
 backend = services.auth.sql.SQLAuth
 …

source

apache:
<Directory /path/to/sync>
  Order deny,allow
  Allow from all
</Directory>

<VirtualHost \*:80>
  ServerName example.com
  DocumentRoot /path/to/sync
  WSGIProcessGroup sync
  WSGIDaemonProcess sync user=sync group=sync processes=2 threads=25
  WSGIPassAuthorization On
  WSGIScriptAlias / /path/to/sync/sync.wsgi
  CustomLog /var/log/apache2/example.com-access.log combined
  ErrorLog  /var/log/apache2/example.com-error.log
</VirtualHost>

source

howto otherinfo
By WladyX on 15 July, 2011 | Apache, Firefox | A comment?

Remove Facebook Like buttons

By WladyX on 4 February, 2011 | Firefox, Link, Userscripts | A comment?

Google preview killer

By WladyX on 19 January, 2011 | Firefox, Link | A comment?

400 Bad Request When using Firefox

You must clear cookies for that site:

source1 source2

By WladyX on 7 December, 2010 | Firefox | A comment?

Simple Flash Blocker

By WladyX on 18 October, 2010 | Firefox, Link | A comment?

Strange characters in Firefox Google search on Ubuntu

I checked the Language settings of Firefox via Edit -> Preferences -> Content -> Languages. After you hit the “Choose…” button, you will be shown the preferred Language ordering of Firefox.

Oddly enough, on that Languages screen, the only language in the list was “chrome://global/locale/intl.properties”!

To rectify the problem, I added “English [en]” to the list, and moved it above the strange entry in the ordering. Refreshing Google now shows the correct character set.

source

By WladyX on 16 September, 2010 | Firefox, Ubuntu | 1 comment

Google Search Re/Move Left-hand Sidebar

By WladyX on 15 September, 2010 | Firefox, Link, Style | A comment?

Google Image Basic

By WladyX on 4 August, 2010 | Firefox, Link, Style | A comment?

Firefox | Loading Throbber Nr. 1

By WladyX on 9 July, 2010 | Firefox, Link, Style | A comment?

Tab Mix Plus Progressbar: Strip At Top

By WladyX on 7 July, 2010 | Firefox, Link, Style | A comment?