1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. gammaburst

Beiträge von gammaburst

  • greasemonkey - URL hinzufügen

    • gammaburst
    • 8. Februar 2011 um 15:52
    Zitat von MaximaleEleganz

    würde aber gerne wissen, wieso das entfernt wurde.


    Eine Reihe möglicher Gründe findet sich hier:
    Manage User scripts - greasemonkey -users | Google Groups

      What was the reason for the change?
      http://groups.google.com/group/greasemo…ef6cf7ce0791528
      http://groups.google.com/group/greasemo…a348ec093b29ddc

    Zitat

    > there were several reasons for this change

    Generally correct. Plus the long standing issue of the strange fact
    that Greasemonkey would always re-load changed source code, but not
    changed metadata, when the file is (e.g.) edited. Now, any change to
    the whole file is read and used, including adding a @resource or
    @require (a feature that I find very useful).


    Gruß gammaburst

  • Find-Erweiterung

    • gammaburst
    • 8. Februar 2011 um 09:11
    Zitat

    Wenn du sowieso profil Greasemonkey nutzt, dann solltest du

    dir mal das Script Enhanced word highlight|强大的关键词高亮增强版 for Greasemonkey anschauen.

    Zitat

    Enhanced word highlight is an enhanced version of "word highlight" script, which has the original features below:
    [...]
    * Manually add keywords (support regular expression) to highlight in any pages with "Ctrl-/" "Alt-/" shortcut;
    [...]

    Aktualisierung 06. Juli 2011
    deutsche Tastatur:
    Tastenkürzel zum Aufruf des Eingabefelds ist [STRG] [UMSCHALT] [SCHRÄGSTRICH] [Alt]+[Umschalt]+[Schrägstrich].
    [Blockierte Grafik: http://www.IMG-Teufel.de/thumbs/EnhancedwordhighlightforGreasemonkeyMozillaFirefox001c1ca7fadpng.png]

    Zitat

    Since Firefox4 uses Ctrl-/ to toggle Addon bar, I change the shortcut keys to activate the keyword input box to Alt-/ , while Alt-. (that is Alt and Period) replace the old shortcut Alt-/ to edit keywords.

    Latest Update | 最近更新 [...] Add an option in code to provide initial-minimized-state panel for auto-highlight; Change the shortcut keys to activate the keyword input box: Alt-/ to activate, while Alt-. (that is Alt and Period) to edit keywords.


    Da hier das neue Tastenkürzel Alt-/ zunächst nicht griff, habe ich entsprechend die Zeile 242 des Userscripts geändert.
    Im alten Code (vor Version 1.5.7) war der Code für den Tastenkürzel zum Aufruf der Suchbox:
    srch:'C-/'
    Das C (für Ctrl, Steuerung) wurde ersetzt durch Alt (für Alternate, Wechseln)
    Die neue Zeile 242 für Version 1.5.7 lautet jetzt:

    Code
    key: {next:'n', prev:'N', srch:'Alt-/', off:'M-.', clos:'C-M-/', edit:'M-/', rfsh:'r'},


    Das so geänderte Script wurde gespeichert, fertig. (Ein Neustart war nicht nötig).
    Das neue Tastenkürzel kollodiert nicht mehr mit dem Kürzel Strg+Schrägstrich das zum Aufruf der Addon Bar mit Firefox 4 eingeführt wurde.

    Gruß gammaburst

  • greasemonkey - URL hinzufügen

    • gammaburst
    • 6. Februar 2011 um 15:55
    Zitat von KATERchen

    // @ sind das nicht Kommentare?


    Nein, keine Kommentare, sondern Bestandteil des sog. Metadatenblocks eines GM-Scripts.

    http://wiki.greasespot.net/Greasemonkey_M…ript_Management

    Zitat

    Managing Script Execution

    Script execution in Greasemonkey is controlled by Include and exclude rules. Scripts execute on pages that match an @include rule, unless an @exclude rule also matches.

    In the old (pre-Greasemonkey 0.9.0) manage dialog, these rules could be changed via a simple UI, which has been removed. Today, the same effect can be achieved by editing the script's source, adding a line to (or removing a line from) the Metadata block. (This will need to be repeated each time the script is updated, as the customizations will be lost.)


    http://wiki.greasespot.net/Metadata_block#.40include
    http://wiki.greasespot.net/Metadata_block#.40exclude
    http://wiki.greasespot.net/Include_and_exclude_rules

    Gruß gammaburst

  • POST-Befehle direkt senden?

    • gammaburst
    • 2. Februar 2011 um 09:40

    Schau Dir mal die Erweiterung Poster an.

    Gruß gammaburst

  • Scrollbalken in Ebay-Listings

    • gammaburst
    • 30. Januar 2011 um 22:57

    Im Browser Midori (Webkit-Engine) tritt der Scrollbalken nicht auf.
    Aber: information on how to remove the Auctiva Scrolling Gallery from your eBay listings

    Zitat

    Here are the instructions -

    To remove the scrolling gallery from your active listings you must delete the scrolling gallery HTML from the HTML description using eBay's Revise Item form.

    1. Find the listing you would like to edit on eBay
    2. Click on the link to Revise the item
    3. Put your mouse in the HTML description and click so your cursor is in the box
    4. Hit Ctrl+F and when the find box comes up type ASW. Find the first instance
    5. Use your mouse to highlight all the HTML after that first ASW until you see the second ASW - take care not to delete anything before or after those ASW tags
    6. Delete all that code between the two ASW tags
    7. Save with eBay

    It seems to be a one-by-one process. I'll check with the Auctiva team to see if there is a more streamlined way to do this.

    Thanks,

    Ginger
    eBay Certified Provider Program

    Alles anzeigen


    Gruß gammaburst

  • Liste aller offenen Tabs als Textdatei?

    • gammaburst
    • 30. Januar 2011 um 11:26

    corvl: Danke schön, wunderbar, diese sehr elegante Lösung spart mir eine Erweiterung.

    Gruß gammaburst

  • selektives Weiterleiten auf andere Webseiten

    • gammaburst
    • 29. Januar 2011 um 17:06

    Hallo und Willkommen im Forum,

    Zitat von usiebig

    konfigurieren, dass auf bestimmten Seiten das Weiterleiten auf andere Seiten erlaubt ist, auf den anderen nicht?


    Sofern die Weiterleitungen über HTTP implementiert sind: NoRedirect

    Gruß gammaburst

  • Liste aller offenen Tabs als Textdatei?

    • gammaburst
    • 28. Januar 2011 um 11:10

    URL Lister ist noch eine Erweiterung die eine Liste offener Tabs erzeugt.

    Gruß gammaburst

  • Firefox skalieren

    • gammaburst
    • 25. Januar 2011 um 10:02
    Zitat von spiky111

    ich kann die Internetseiten nur mit Scrollbalken komplett sehen.


    Welche Seiten sind das - Beispiel-URL?

    Sollten die Seiten durch Bilder gesprengt werden, könnte evt. ImageFit 1.1 den waagerechten Scrollbalken verhindern.

    Edit:
    Auch das Bookmarklet Fit To Width paßt in vielen Fällen das Seitenlayout in der Breite an das bestehende Browserfenster an, so daß der Balken verschwindet.

    Gruß gammaburst

  • Was hört Ihr gerade?

    • gammaburst
    • 23. Januar 2011 um 08:06

    Recoil - Shark Eyed Bark (Shade Of Grey, 2007)

    Gruß gammaburst

  • [gelöst] Chronik sekunden-genaue Zeitangabe?

    • gammaburst
    • 22. Januar 2011 um 17:37

    How can I see seconds in browsing history

    In den SQLite Manager die Datenbank places.sqlite einlesen, in der Sidebar der Erweiterung die Tabelle moz_items_annos wählen und die dargestellte Unix-Zeit mit einem geeigneten Programm in hh:mm:ss:[ms] umwandeln.
    https://www.camp-firefox.de/forum/viewtopi…=683265#p683265
    https://www.camp-firefox.de/forum/viewtopi…=683289#p683289
    convert unixtime to human-readable

    Gruß gammaburst

  • Beiträge/Einträge verschwinden bei Aktualisierung

    • gammaburst
    • 19. Januar 2011 um 14:37
    Zitat

    Lassen sich Beiträge, etc, die auf diese Weise "verschwinden" wieder aus dem Cache des FF wiederherstellen (solange dieser noch nicht gelöscht wurde)?

    Die müssen doch noch irgendwo sein. Wie komme ich daran?


    Nicht aus dem Cache des Firefox. Alternativ (zu Lazarus) speichert die Erweiterung Textarea Cache Eingaben in Textfelder in einem eigenen Cache.

    Zitat

    Install and forget.


    Gruß gammaburst

  • Firefox - Website Komplett speichern

    • gammaburst
    • 19. Januar 2011 um 11:39
    Zitat von Gugelhopf

    Jedoch kann ich mir meine gespeicherte Website trotzdem ansehen nach dem ich bei dieser Meldung auf "ok" oder das "x" gedrückt habe.

    Was hat das zu bedeuten?

    Zitat

    location: "file:///C:/Users... etc. /kmcom_xml.js Line: 753


    Das heißt, daß der Link aus Zeile 753 in dem JavaScript nicht aufgerufen werden kann, da der Link nicht (mehr) auf die Original-URI verweist, nachdem ein Ausschnitt der Seite lokal gespeichert wurde und die Links nun lokale Pfade haben. Den Rest der Seite kann man sich trotzdem ansehen, da der Ausschnitt korrekt in Ordner gespeichert wurde und genannter Link für das Betrachten nicht relevant ist.

    Du kannst testen, ob das experimentelle Feature
    [Blockierte Grafik: http://www.img-teufel.de/uploads/screenshot001d8bc5ef1png.png]
    der Erweiterung Save Complete das Verhalten fixt.

    Gruß gammaburst

  • Plugin, dass den Quelltext automatisch durchsucht

    • gammaburst
    • 10. Januar 2011 um 10:02

    Link

    Zitat

    23 December, 2010 17:01
    On Monday, an AFP report stated that Firefox 4, which is due for release in early 2011, would include a 'do not track' privacy option to foil behavioural advertising.
    Behavioural or targeted advertising products track a user's behaviour online, and serve ads based on the user's perceived interests.
    Tristan Nitot, president of Mozilla Europe, [...] said there is a good chance that web pages would not load properly if a user has the blocker enabled. The multiplicity of sites that track user behaviour, added to the number of ways users can be tracked, means that blocking user tracking can break web pages.

    Firefox already allows users to block some forms of behavioural advertising, Nitot said. Firefox extensions including NoScript — a Flash, Java, and JavaScript blocker — and Adblock Plus can mitigate tracking. Users can also sign up to Taco, an opt-out list that advertisers voluntarily follow, Nitot added. These plug-ins will be also available with Firefox 4.

    A Mozilla spokeswoman told ZDNet UK on Thursday that the privacy option was just one approach and not a 'comprehensive solution' for privacy on the web.
    [...]
    "[Do not track] will need to work for the two billion people on the web today and will require collaboration across the entire ecosystem, from users to web developers and anyone interested in creating an open and participatory way for users to control their web experience," the spokeswoman added. "And once defined, we will ship that solution as part of Firefox."

    The privacy mechanism has support from US regulators. On 1 December the FTC issued a report (PDF) supporting a 'do not track' option for site users.


    Gruß gammaburst

  • sucher alternative für "Focus Last Selected Tab"

    • gammaburst
    • 9. Januar 2011 um 17:44

    auch möglich...
    Tabberwocky

    [Blockierte Grafik: http://www.IMG-Teufel.de/thumbs/screenshot00155b3dce7png.png]

    Gruß gammaburst

  • Was hört Ihr gerade?

    • gammaburst
    • 9. Januar 2011 um 11:25

    Gong - Percolations Pt. 1 & 2 (Gazeuze!, 1977)

    Gruß gammaburst

  • Tab schließen - Chronik löschen

    • gammaburst
    • 9. Januar 2011 um 10:20

    http://frankkoehl.com/2010/02/preven…rocessor-bloat/

    Zitat

    [...] you can clear the Recently Closed Tabs to eliminate a portion of the tab history bloat (History > Recently Closed Tabs > Clear Closed Tabs List).

    For a more long-term solution, we need to mess with the system settings. Type about:config in the address bar to bring up Firefox’s complete configurations list. The latest Firefox versions present you with a warning before opening the page.

    A warning: this page handles everything in your browser. Everything. Don’t mess with stuff if you don’t know what you’re doing.

    In the “Filter” textbox at the top, enter

    browser.sessionstore.max_tabs_undo

    This setting controls how many closed tabs to track. Less old tabs = less memory usage. Double click the lone entry in the list and change the value from “10″ to “5.”

    Alles anzeigen


    Gruß gammaburst

  • Was hört Ihr gerade?

    • gammaburst
    • 5. Januar 2011 um 17:44

    Bill "Ravi" Harris & The Prophets - Thunderbird
    Review

    Gruß gammaburst

  • Verbesserte Textsuche

    • gammaburst
    • 30. Dezember 2010 um 06:55

    Suchfunktion: Hervorhebung und Positionierung ändern

    Gruß gammaburst

  • Was hört Ihr gerade?

    • gammaburst
    • 30. Dezember 2010 um 06:13

    Wallenstein - Mother Universe (Mother Universe, 1972)

    Gruß gammaburst

Unterstütze uns!

Jährlich (2025)

59,1 %

59,1% (384,24 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon