CHIPMARK: A Chipmark's status bar icon clone

Subscribe to CHIPMARK: A Chipmark's status bar icon clone 1 post, 1 voice

 
simon! Scriptwright

Version 3.1 — May 1, 2007 — 108 KB

Chipmark Version History :: Firefox Add-ons
-- Icon appears in the status bar on a page that has already been chipmarked

3.1 Released

Chipmark Development Blog » Blog Archive » 3.1 Released
-- The addon now displays a little icon and asks for confirmation if you add a chipmark that you’ve already added before. This helps if you have a lot of chipmarks and forgot if you’ve added something or not.

This is the mentioned status bar icon:


* Can someone make a user.js script, which will indicate that the current page was added, and will be shown on the [upper right] OR [upper left] OR [bottom right] OR [bottom left] of the page?

The code: from here
b) The code is in the statusbar.js file. The function that actually add/removes the icon is called "updateStatusBar()". Here is the output from grep-ing this function:
    ./addLink.js:40:        opener.updateStatusBar();
    ./easyImport.js:14:             chipmark_root_doc.updateStatusBar();
    ./editLink.js:123:      opener.updateStatusBar();
    ./favicon.js:353:               updateStatusBar();
    ./overlay.js:1605:                      updateStatusBar();
The mentioned file is located at: chipmark-3.2.1-fx.xpi/chrome/chipmark.jar/content/chipmark/statusbar.js