My Projects

firefox-gray This little webpage is a place for all my tiny and not so tiny projects I have been involved in over the past years. Maybe one of it is useful for you.

Unfortunately I cannot work on all projects actively. The top menu shows the most important projects right now, the sidebar will have projects of minor importance or finished projects.

In case that you are interested in helping me work on any of the projects, you are welcome to do so. Just let me know :)

Winestripe tips

Prevent tab scrolling Change browser.tabs.tabMinWidth to a lower value (eg. 20) in about:config
Remove Go button Change browser.urlbar.hideGoButton to true
Hide tab close buttons Change browser.tabs.closeButtons to 0
Tab close button like 1.5 Change browser.tabs.closeButtons to 3
Open search in new tab Press Alt+Enter instead of Enter only
Remove all tabs button
.tabs-alltabs-stack {
    display: none !important;
}            
Multi row bookmarks toolbar
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {float:left}