CHIPMARK: A Chipmark's status bar icon clone
|
|
Version 3.1 — May 1, 2007 — 108 KBChipmark Version History :: Firefox Add-ons-- Icon appears in the status bar on a page that has already been chipmarked 3.1 ReleasedChipmark 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:
The mentioned file is located at:
chipmark-3.2.1-fx.xpi/chrome/chipmark.jar/content/chipmark/statusbar.j
|

