I search an option to deaktivate AdBlock Plus in my favorite
I search an option to deaktivate AdBlock Plus in my favorite
Howdy!
It is possible, to deaktivate Adblock Plus, in my saved Favorites?
MfG, Urgixgax.
... sorry for my bad english, but my language is german only ...
It is possible, to deaktivate Adblock Plus, in my saved Favorites?
MfG, Urgixgax.
... sorry for my bad english, but my language is german only ...
Here's an undocumented, usage message-less Python script that you can save (changing the file extension to .py) and use:
http://www.mattnordhoff.com/junk/bookmarkurls.pys
You'd run it like:
or:
Without the -a flag, it just outputs the list, not in the Adblock format.
I don't feel like figuring out how to make a script I can put on my website that lets you upload bookmarks.html and outputs the results.
It's only tested with Python 2.3.5 on Linux, but it should work elsewhere.
http://www.mattnordhoff.com/junk/bookmarkurls.pys
You'd run it like:
Code: Select all
$ ./bookmarkurls.py -a /path/to/bookmarks.html
Code: Select all
$ python bookmarkurls.py -a /path/to/bookmarks.html
I don't feel like figuring out how to make a script I can put on my website that lets you upload bookmarks.html and outputs the results.

It's only tested with Python 2.3.5 on Linux, but it should work elsewhere.
Last edited by Peng on Thu Dec 14, 2006 3:46 pm, edited 1 time in total.
Matt Nordhoff