Y-marker

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

2015-04-07 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
trespassersW
रेटिंग
0 0 0
आवृत्ती
15.04.07
बनवली
2014-03-31
अपडेट केली
2015-04-07
आकार
5.06 KB
License
MIT
यांवर लागू होते:
सर्व संकेतस्थळे

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 ———————— 2014-06-30 * a fix for Firefox bug#876341. ———————— (CC0 1.0) trespassersW