K-Meleon
KMeleonWiki > Resources > MacroLibrary > MacroLibrary2 > Aggreg8
By: MonkeeSage & gaasbyte
Warning: This macro no longer works on K-Meleon. It relied on a file structure not used after K-Meleon 74. Use this page for reference only.
Notes:
1. Download this jar file
2. Put the jar in /chrome and edit installed-chrome.txt, adding these lines:
content,install,url,jar:resource:/chrome/aggreg8.jar!/content// locale,install,url,jar:resource:/chrome/aggreg8.jar!/locale/en-US// skin,install,url,jar:resource:/chrome/aggreg8.jar!/skin//
3. Make sure to leave an extra (blank) space at the very bottom of the file.
4. Start up KM and navigate to: chrome://aggreg8/content/aggreg8.xul
You should get the main Aggreg8 window. :)
The macro below will create a toolbar button for the above chrome address:
aggreg8 { $site="chrome://aggreg8/content/aggreg8.xul"; open($site); }
or for it to open in a new layer use the following:
aggreg8 { $site="chrome://aggreg8/content/aggreg8.xul"; pluginmsg(layers, "OpenURL",$site); }
Download the aggreg8.bmp here
Aggreg8 Button{ Aggreg8{ macros(aggreg8) Aggregg8 aggreg8.bmp aggreg8.bmp aggreg8.bmp } }
By MonkeeSage:
Thanks to Andrew for this little gem. :)
By IaRRoVaWo:
I can't install this macro. When I start up KM and navigate to: chrome://aggreg8/content/aggreg8.xul KM says: "The file /content/aggreg8.xul cannot be found. Please check the location and try again"
By JohnNaughton(J.C.A.N):
Has anyone else tried to enable a fix for this?
It is still not working. Also be more specific about
where to put the image and how to number it
in between the brackets, 0,1, 2, 3, need the
number sequence so it will show up on the
menu on the toolbar.
Thankyou for it, but let's get it to work, please.