user:js/popupBookmarks

From Wikipedia, the free encyclopedia
popupBookmarks
Browsers *
Skins Monobook, Myskin, Chick, Simple
Languages *
Code popupBookmarks.js
Released March 7, 2008 (2008-03-07)
Updated May 13, 2022; 23 months ago (2022-05-13)
Developer   AlexSm

Script adds a bookmarks link next to log out link at the top of the window. The link pops up a window with your bookmarks stored on your user subpage.

Demo without installation: copy this to browser address field and press Enter:

javascript:importScript('user:js/popupBookmarks.js');void 0


Installation:

importScript('user:js/popupBookmarks.js')


Configuration (defaults are in parenthesis):

  • myBkmPage ('/Bookmarks') — the page with your bookmarks, leading «/» means your user subpage, otherwise it's a full page name
  • myBkmPlace ('p-personal')HTML id where to put the link
    • if it's a portlet, th link will be added to the end of this portlet
    • otherwise the script will use this element as a link
  • myBkmShowOnHover (0) — how to call the popup
    • 0 — clicking on the link
    • 2 — by hovering mouse
    • 1 — both
  • myBkmHideOnHover (0) — how to hide the popup:
    • 0 — clicking on the popup
    • 2 — by moving mouse away
    • 1 — both
  • myBkmNewWin (false) — open bookmarks in new windows


Note: the script works, but most likely will not be maintained or updated.