Open GoogleCodeExporter opened 9 years ago
Adblock Plus & Adblock Element Blocker work well together.
Tamper Data
Original comment by prof.bri...@gmail.com
on 6 Jul 2012 at 1:26
Wuodan, your success with bug #2 has earned you this pain ;-)
Original comment by sidhayn
on 27 Sep 2012 at 9:51
https://code.google.com/p/pentest-bookmarks/wiki/BookmarksList
Original comment by blshkv
on 29 Sep 2012 at 11:42
r3822 to r3824 should add the bookmarks to root profile on LiveCD.
Still have to put this in the profile:
=www-misc/firefox-bookmarks-0.3 ~amd64
I'll keep this open so folks can add more bookmarks or tell me the solution
sucks ;)
Original comment by Wuod...@gmail.com
on 4 Nov 2012 at 11:33
This seems to replace a lot of file that the user may have modified...without
collision-protect no less.
Is there really no way to add a firefox bookmark from the command line? Like a
script?
Original comment by sidhayn
on 5 Nov 2012 at 2:33
The ebuild checks if /root/.mozilla is present and aborts if so - thus it
should be safe to use for the LiveCD.
Currently, the LiveCD does not contain /root/.mozilla, it is created when you
start firefox the first time.
After that, I might be able to hack out some SQL which adds the bookmarks to
the sqlite DB where bookmarks are stored, but only afterwards.
The other option would be to emerge firefox instead of firefox-bin and patch it
where the default bookmarks are stored. But you mentioned a license issue last
time I suggested that.
Original comment by Wuod...@gmail.com
on 5 Nov 2012 at 10:10
Original comment by blshkv
on 16 Nov 2012 at 7:10
I suggested on IRC to modify genmenu so both the main menu and bookmarks would
be updated for the current use.
Here is quick starting point:
Backup your current bookmarks:
sqlite3 places.sqlite ".backup 'PentooBookmarks'"
We also need to make sure not to overwrite existing user's bookmarks and choose
between ".restore" and ".import" properly
Original comment by blshkv
on 3 Apr 2013 at 7:31
here is more complicated example (export tagged bookmarks):
http://www.ittner.com.br/misc/bookmarks.py
Original comment by blshkv
on 3 Apr 2013 at 7:45
Attachments:
http://pentest-standard.org/
Original comment by blshkv
on 30 Jul 2013 at 2:34
could we replace www-misc/firefox-bookmarks/files/pentoo-bookmarks-0.3.html
with this?
Original comment by ostree
on 11 Jan 2014 at 6:58
Attachments:
Original issue reported on code.google.com by
prof.bri...@gmail.com
on 14 May 2012 at 7:15