Y-marker

Sets up keyboard shortcuts for placing bookmarks and navigation inside webpage.

Pada tanggal 04 April 2014. Lihat %(latest_version_link).

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Penulis
trespassersW
Nilai
0 0 0
Versi
1.2.3.4
Dibuat
31 Maret 2014
Diperbarui
04 April 2014
ukuran
4,93 KB
Lisensi
CC0 1.0 Universal (CC0 1.0)
Berlaku untuk
Semua situs


You can save current position in displayed webpage using shortcuts Shift-Alt-09;
later, you may return to saved position by pressing Alt -0‥9.
Markers created in this way are kept in browser's persistent memory and they will be restored next time you open the page.
————————
[screenshot]

————————
NOTES:

  • Before jumping to marker the script stores the current page position, so you can get back by pressing
    Alt-minus (that on the right of zero.)
  • When you open webpage the script tries to restore previously saved position #0.
  • Positions are calculated in screen's pixels, so if you alter zoom factor, or text column width, or something else,
    markers may become invalid
  • You are free to change script's keyboard shortcuts by editing lines 25-26 in source code. For example:
    var kJump = kWin;         /* win-digit for jump */
    var kMark = kWin+kShift; /* win-shift-digit for mark */
    or even so:
    var kJump = 0;            /* just hit a digit key to jump */
    var kMark = kShift; /* and shift+digit to mark */

————————
browsers
————————
trespassersW