Y-marker

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

Από την 23/02/2016. Δείτε την τελευταία έκδοση.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
trespassersW
Βαθμολογίες
0 0 0
Έκδοση
16.02.22
Δημιουργήθηκε την
31/03/2014
Ενημερώθηκε την
23/02/2016
Μέγεθος
6 KB
Άδεια
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 27-28 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 */
  • press Alt-Shift-0   twice to set starting Y-position for any page in the whole domain
  • click on pop-up message at top-right corner to remove all markers for current webpage.
     

browsers


trespassersW