| popupBookmarks | |
|---|---|
| Browsers | * |
| Skins | Monobook, Myskin, Chick, Simple |
| Languages | * |
| Code | popupBookmarks.js |
| Released | March 7, 2008 |
| Updated | January 3, 2026 |
| 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:
- create your /Bookmarks subpage, adding __NOTOC__ and __NOEDITSECTION__ magic words
- append this to your monobook.js:
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 idwhere 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.