Skip to content

Latest commit

 

History

History
124 lines (80 loc) · 2.52 KB

commands.md

File metadata and controls

124 lines (80 loc) · 2.52 KB

Commands

anim | chkupd | cssreload | darken | escape | jsenabled | locale | tabsontop | unescape | vs | vrs | whois | winsize

anim

Change image animation mode.

Syntax: anim <mode>

where mode:

  • normal: animated images will play as normal
  • once: animated images will play once
  • none: animated images will never play

chkupd

Check browser for updates.

Syntax chkupd [option]

where option:

  • notes or n: open release notes
  • changeset or c: open changeset
  • history or h: show update history

If no option specified, check for updates.

cssreload

Reload CSS on current page.

No parameter.

Code from cssreloader.js by Kenneth Auchenberg.
License: Creative Commons Attribution 3.0 Unported License

darken

Darken content area.

Syntax: darken [dark level]

where dark level: 0 - 100

  • 0: normal
  • 100: pitch dark
  • default: 15

Based on Global - Pseudo Brightness Control userstyle by luckymouse.
License: Public Domain Dedication

escape

Escape string or URL and copy the result to clipboard.

Syntax: escape [string or URL]

If no parameter specified, escape the URL of current page.

jsenabled

Toggle enable/disable JavaScript.

Syntax: jsenabled [reload]

where reload (optional): Reload current document.

locale

Change browser interface language.

Syntax: locale [language code]

If no language code specified, display current locale.

tabsontop

Toggle Tabs on Top.

No parameter.

unescape

Unescape string and copy the result to clipboard.

Syntax: unescape <string>

vs

View source of current page or a specified URL.

Syntax: vs [URL]

If no URL specified, view source of current page.

vrs

View rendered source of current page.

No parameter.

whois

Whois lookup using DomainTools web service.

Sytax: whois [domain]

If no domain specified, lookup current web site.

winsize

Resize browser window.

Syntax: winsize [<width> <height>] [center]

where:

  • width: window width
  • height: window height
  • center: center window on screen

If no parameter specified, display current window size.