Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 

Current Page: 1 of 1
Results 1 - 3 of 3
11 years ago
Ian.M
Quick and dirty hack to add GM_log(). In bugs\bug001.user.js, add the function: function GM_log(aMsg) { setTimeout(function() { throw new Error(" " + aMsg); }, 0); } Now if you use GM_log("Foo"); the string "Foo" gets logged to the Error Console. However it is logged as a JS Error. It would be nice to log as a Message. Does anyone know how to do that
Forum: Extensions
11 years ago
Ian.M
Anyone else still using Greasify? I am getting my clipboard contents smashed on every page load on the forums at www.microchip.com. The site is very javascript 'heavy' and I run a fairly simple, non-interactive script to rewrite some styles and link targets for UI usability reasons. The clipboard contents get replaced with: if (!document.getElementById('verifygreasify
Forum: General
13 years ago
Ian.M
Hmm, SOMETHING smashed my NoScript whitelist when I tried this macro then hacked it to add it to the menu bar View menu. Symptoms: Every whitelist entry ending '.com' got the 'com' removed! Cure: Remove the macro, export the whitelist, in a text editor replace '.\n' with '.com\n' (\n is carriage return) and re-import it after deleting the existing entri
Forum: Improvement requests
Current Page: 1 of 1

K-Meleon forum is powered by Phorum.