Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
anwendungen [2015/10/05 11:16] gevatteranwendungen [2017/06/28 11:57] (current) gevatter
Line 5: Line 5:
 c: Seitenverhältnis beschneiden c: Seitenverhältnis beschneiden
 ===== firefox ===== ===== firefox =====
 +
 +  nnoremap <F2> <C-S-E>
 +  ignorekeys add rssreader\\.notld\\.de
 +
 +===== "wollen sie sich wirklich einloggen"-popup deactivieren =====
 +
 +  about:config
 +  
 +new integer
 +
 +  network.http.phishy-userpass-length
 +  
 +  255
 +
 +
 ==== addressbar via stylish ausblenden ==== ==== addressbar via stylish ausblenden ====
 <code> <code>
 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  
 +#nav-bar {
 +  height: 0px !important;
 +  min-height: 0 !important;
 +}
  
-#nav-bar { display: none !important }+#nav-bar { 
 +  visibility: visible; 
 +
 + 
 +#nav-bar-customization-target, #PanelUI-button, #window-controls, #nav-bar-overflow-buton { 
 +  display: none
 +}
 </code> </code>
 +
 +dieses snippet verträgt sich auch mit µblock origin
 ==== addonbar auch im vollbilld anzeigeh ==== ==== addonbar auch im vollbilld anzeigeh ====
 <code> <code>
Line 111: Line 138:
 setxkbmap de neo setxkbmap de neo
 </code> </code>
 +
 +===== telegram-desktop =====
 +<code>
 +You can start multiple instances with the following command:
 +
 +    Telegram -many -workdir "C:\Users\asd\Desktop\instance1\data"
 +    Telegram -many -workdir "C:\Users\asd\Desktop\instance2\data"
 +
 +I think it should be the same for linux.
 +</code>
 +source: https://github.com/telegramdesktop/tdesktop/issues/533#issuecomment-219857356