2005-12-15
K-Meleon Lua macros for del.icio.us and BugMeNot
In accel.cfg:
( Read more... )
# --- del.icio.us hotkeys --- %ifplugin luamacros VK_F12 = luamacros(Delicious) SHIFT VK_F12 = luamacros(SetDelicious) VK_F10 = luamacros(BugMeNot) %endif # --- End del.icio.us hotkeys ---In macros.lua:
require "copyaslink" require "google" require "multiclip" require "groups" require "search" require "search_add" require "delicious"In delicious.lua:
( Read more... )
Perl script to convert an Adblock filter to a PAC filter
The following script takes an Adblock filter from the FilterSet.G archive and converts it to a PAC file.
( Read more... )
( Read more... )