Xfce Wiki

Sub domains
 

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
Next revisionBoth sides next revision
de:midori_faq [2009/01/01 10:10] – Teilübersetzt 85.179.21.177de:midori_faq [2009/01/01 10:21] – sprachl. 85.179.21.177
Line 128: Line 128:
 FIXME\\ FIXME\\
 {{wiki:information.png}} Dieses Tutorial zeigt Ihnen wie Sie die Englische Wikipedia benutzen. Durch Austausch von "en" in der URL (en.wikipedia.org) zu "de", "fr", "ja" können die verschiedenen Sprachversionen der Wikipedia Seiten benutzt werden. {{wiki:information.png}} Dieses Tutorial zeigt Ihnen wie Sie die Englische Wikipedia benutzen. Durch Austausch von "en" in der URL (en.wikipedia.org) zu "de", "fr", "ja" können die verschiedenen Sprachversionen der Wikipedia Seiten benutzt werden.
- 
 ===== User scripts ===== ===== User scripts =====
  
Line 134: Line 133:
 === Übersicht === === Übersicht ===
  
-UserScripts sind ausführbare Scripte für ein oder mehrere Webseiten. Sie sind in der Lage Funktionen Webseiten hinzuzufügen oder diese zu verändern, einschließlich der Beseitigung von Fehlern auf der Seite. Auch in anderen Browsern gibt es solche Scripte, z.B. in der Syntax von [[http://www.greasespot.net|Mozilla's Greasemonkey]] oder [[http://www.opera.com/support/tutorials/userjs/|Opera's User JavaScripts]]. Midori versteht jedoch nur WebKit-kompatible Scripts und kann keine Abhängigkeiten von weiteren Scripts verarbeiten. Gecko-spezifische Funktionen werden in Midori nicht funktionieren.+UserScripts sind ausführbare Scripte für ein oder mehrere Webseiten. Sie sind in der Lage Funktionen Webseiten hinzuzufügen oder diese zu verändern, einschließlich der Beseitigung von Fehlern auf der Seite. Auch für andere Browser gibt es solche Scripte, z.B. in der Syntax von [[http://www.greasespot.net|Mozilla's Greasemonkey]] oder [[http://www.opera.com/support/tutorials/userjs/|Opera's User JavaScripts]]. Midori versteht jedoch nur WebKit-kompatible Scripts und kann keine Abhängigkeiten von weiteren Scripts verarbeiten. Gecko-spezifische Funktionen werden in Midori nicht funktionieren.
  
 === GreaseMonkey compatibility === === GreaseMonkey compatibility ===
Line 151: Line 150:
  
 Note, if the script is only shown as source code on the page, you first have to create a new text file in a text editor, copy the source code into the new file, and save it as my-user-script.user.js where ".user.js" is the extension. Note, if the script is only shown as source code on the page, you first have to create a new text file in a text editor, copy the source code into the new file, and save it as my-user-script.user.js where ".user.js" is the extension.
- 
 ===== Benutzerdefiniertes aussehen ===== ===== Benutzerdefiniertes aussehen =====
  
 === Übersicht === === Übersicht ===
  
-Das Aussehen kann vom Benutzer beeinflusst werden über CSS Cascading Style sheets die local geladen werden. Dieses ähnelt Benutzer-Skripts und können neue Funktionen aber auch Bug-Fixes beinhalten.+Das Aussehen lässt sich vom Benutzer über CSS Cascading Style sheets verändern die "localgeladen werden, d.h. die auf dem Rechner selbst vorhanden sind und der Website aus dem Internet hinzugefügt werden. Das ähnelt Benutzer-Skripts und kann neue Funktionen aber auch Bug-Fixes beinhalten.
  
-=== Wie richtet man sich solch ein Stil ein? ===+=== Wie richtet man sich solch einen Stil ein? ===
  
 First, you need to find some styles (or write your own). You can find some at [[http://userstyles.org/|userstyles.org]]. Many styles may or may not work, depending on whether the author decided to use browser specific features. First, you need to find some styles (or write your own). You can find some at [[http://userstyles.org/|userstyles.org]]. Many styles may or may not work, depending on whether the author decided to use browser specific features.
Line 166: Line 164:
 Note, if the style is only shown as source code on the page, you first have to create a new text file in a text editor, copy the source code into the new file, and save it as my-user-style.user.css where ".user.css" is the extension. Note, if the style is only shown as source code on the page, you first have to create a new text file in a text editor, copy the source code into the new file, and save it as my-user-style.user.css where ".user.css" is the extension.
  
-=== Wie installiert man ein Benutzer-Stil vor Midori 0.0.20? ===+=== Wie installiert man einen Benutzer-Stil vor Midori 0.0.20? ===
  
 Open up the Preferences and use the file chooser button beside User Stylesheet to choose a style sheet file. The style sheet will from now on be applied to all sites automatically. Open up the Preferences and use the file chooser button beside User Stylesheet to choose a style sheet file. The style sheet will from now on be applied to all sites automatically.
  
-=== Benutzen von Ad blocking über ein Benutzer-Stil ===+=== Verwenden von Ad blocking über den Benutzer-Stil ===
  
-You can use [[http://userstyles.org/styles/299|Ad Blocking FiltersetP]] as a style sheet in order to remove advertisings from web sites.+[[http://userstyles.org/styles/299|Ad Blocking FiltersetP]] lässt sich als style sheet nutzen, um Anhänge (advertisings) von Webseiten zu blockieren.