qutebrowser/qutebrowser

Expose some more variables to userscripts

Open

#937 geöffnet am 10. Sept. 2015

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.014 Forks)batch import
good first issuepriority: 2 - low

Repository-Metriken

Stars
 (9.161 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

  • $QUTE_CONFIG_DIR - would be useful in #873
  • $QUTE_HOVERED_URL
  • $QUTE_COUNT (if an userscript is run via a keybinding)
  • $QUTE_COMMANDLINE_TEXT
  • Proxy information (see #4769)
  • $QUTE_URL pointing to the currently open URL even if using via hints, see #5217
  • $QUTE_SESSION pointing to a session file
  • $QUTE_FOCUSED_HTML or so to find out what the active element is (e.g. for form fill userscripts)
  • $QUTE_WINDOW_ID for the ID of the window the userscript is started from, see #7550

Contributor Guide