How do I delete just the firefox bookmarks but not the the bookmarks toolbar icons

I deleted my firefox bookmarks so I could import my gooogle bookmarks,but this also deleted my firefox bookmarks toolbar entries...it took me along time to put these in again.
How do I delete just the firefox bookmarks but not the the bookmarks toolbar icons

What kind of problems did you get after installing the extension?
You can try to remove the history manually in the History Manager by doing a search for a colon.
How many history items do you have to remove?
If you only want to do this once or occasionally then you can consider to use this code:
*http://kb.mozillazine.org/User:Dickvl/JavaScript_Error_Console#Expire_History_By_Days
You will have to calculate the number of days that you want to keep to remove only history items from 2013 and older (365+31+28+26)
You can open the Browser Console (Firefox/Tools > Web Developer).
Paste the JavaScript code in the command line and press the Enter key to run the code.
*Toggle the devtools.chrome.enabled pref on the <b>about:config</b> page to true to enable the command line
*https://developer.mozilla.org/Tools/Browser_Console#Browser_Console_command_line
<pre><nowiki>
(function(){
/* expire history by days, based upon bug 660646 comment 5/7 - [email protected] */
var Cc = Components.classes, Ci = Components.interfaces;
var his = Cc["@mozilla.org/browser/nav-history-service;1"].getService(Ci.nsIBrowserHistory);
var prs = Cc["@mozilla.org/embedcomp/prompt-service;1"].getService(Ci.nsIPromptService);
var day = 0, obj = new Object, txt = "Expire History"; obj.value = "90";
if (prs.prompt(null,txt,"Days of history to keep",obj,null,{})){
day = parseInt(obj.value);
if(!isNaN(day)&&(day>0)){
his.removeVisitsByTimeframe(0,(new Date().setHours(0,0,0,0) - day * 86400000) * 1000);
}else{ prs.alert(null,txt,"Error Parsing Days: "+obj.value); }
</nowiki></pre>
If hat doesn't work then you may have a problem with the places.sqlite database file and you may have to reset places.sqlite.
*Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
You can move (copy/paste) history items that you want to keep to a bookmarks folder.
See also:
*Norwell History Tools: https://addons.mozilla.org/firefox/addon/norwell/

Similar Messages

  • My new I5 uploaded doubleded all the songs from my library! Please, can somebody help me showing how can I delete just the songs that was doubled?

    Hi there everybody,
    My new Iphone 5 uploaded doubleded all the songs from my library! Please, can somebody help me showing how can I delete just the songs that was doubled?
    Some help will be greatly appreciate.
    Thanks much!

    When you say "account," do you mean your iTunes library, because your iTunes library is what is on your computer?  Your iTunes library does not have an email address.  An account that is related to iTunes is your Apple ID (which is an email address) and you use it as your user name to sign in to the iTunes Store, to make purchases.  Changing your Apple ID will not make songs disappear from your computer's iTunes library.
    If you had an Apple ID and used it to make song purchases from the iTunes Store, and then started using a different Apple ID, you should be able to re-download the songs purchased with the old Apple ID.  In iTunes, sign in to the iTunes Store using your OLD Apple ID (and password).  That may not be your current email address, but Apple uses it as your user name, so it does not matter.
    On the iTunes Store Home screen, click on Purchased under QUICK LINKS.  This takes you do the Purchased screen, where you can re-download previous song purchases (for that Apple ID) at no cost. 
    NOTE:  If those song purchases are from more than a few years ago, you may also need to authorize your computer to play (and sync) songs for your old Apple ID. 
    For songs that were not purchased from the iTunes Store, if they are also gone, you cannot get them back unless you have a backup (or they are still loaded on your old iPod).
    If that's not what you mean by "changed the email address on my account," please post back with more details.

  • HT4864 How can I delete / close my iCloud email but not my iCloud account

    How can I delete / close my iCloud email but not my iCloud account

    On your iOS device, go to Settings>iCloud and turn Mail off.  On a Mac, go to System Preferences>iCloud and uncheck Mail.

  • How do I delete just the old history (2013) and leave the rest

    I need to delete all my ancient history, but not the recent. Can't find any way to select by date.
    Win 7 Home Premium
    Ninian

    What kind of problems did you get after installing the extension?
    You can try to remove the history manually in the History Manager by doing a search for a colon.
    How many history items do you have to remove?
    If you only want to do this once or occasionally then you can consider to use this code:
    *http://kb.mozillazine.org/User:Dickvl/JavaScript_Error_Console#Expire_History_By_Days
    You will have to calculate the number of days that you want to keep to remove only history items from 2013 and older (365+31+28+26)
    You can open the Browser Console (Firefox/Tools > Web Developer).
    Paste the JavaScript code in the command line and press the Enter key to run the code.
    *Toggle the devtools.chrome.enabled pref on the <b>about:config</b> page to true to enable the command line
    *https://developer.mozilla.org/Tools/Browser_Console#Browser_Console_command_line
    <pre><nowiki>
    (function(){
    /* expire history by days, based upon bug 660646 comment 5/7 - [email protected] */
    var Cc = Components.classes, Ci = Components.interfaces;
    var his = Cc["@mozilla.org/browser/nav-history-service;1"].getService(Ci.nsIBrowserHistory);
    var prs = Cc["@mozilla.org/embedcomp/prompt-service;1"].getService(Ci.nsIPromptService);
    var day = 0, obj = new Object, txt = "Expire History"; obj.value = "90";
    if (prs.prompt(null,txt,"Days of history to keep",obj,null,{})){
    day = parseInt(obj.value);
    if(!isNaN(day)&&(day>0)){
    his.removeVisitsByTimeframe(0,(new Date().setHours(0,0,0,0) - day * 86400000) * 1000);
    }else{ prs.alert(null,txt,"Error Parsing Days: "+obj.value); }
    </nowiki></pre>
    If hat doesn't work then you may have a problem with the places.sqlite database file and you may have to reset places.sqlite.
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    You can move (copy/paste) history items that you want to keep to a bookmarks folder.
    See also:
    *Norwell History Tools: https://addons.mozilla.org/firefox/addon/norwell/

  • How do I delete just the first page of a document?

    A long time ago (2005) I made a document over 200 pages long - and now I need to edit it, specifically to delete the first (empty) page of the documet, so when I add a separate cover, the first page will be on the right, where it should be. I shall also need to edit/change the page numbering and TOC to match. It has been so long since I used Pages that I don't remember how to do this.
    I tried selecting the first page in the sidebar vertical list of the pages and hitting the Delete button (or using the menu option) but this seems to want to delete the entire document, not just the selected page.
    I know this sounds simple, but I can't figure out how to do it. Pages Help just says to delete the content, but there is no content on the page.

    Either you have a lot of Pages breaks which you can delete or you have aded a Pages break which you also can delete. Turn on the invisible characters View > Show Invisibles. You will see blue characters.

  • How can I delete photos from camera roll but not from another album??

    When I create a new album and copy some pictures from the camera roll to the new album, they stay on the camera roll, and when I delete one of the copied ones from camera roll it also gets deleted from the new album, how can I avoid this???

    You can't. The way that I consider it to work is that you are effectively just creating a pointer to the photo in the new album (I don't think that the total number of photos on the device increases when you 'copy' them into new albums), so if you then delete the original photo you will also delete all the pointers to it.

  • How can I delete more than one Email (but not ALL) at once in the new Mail program?

    In OS X 10.7 it was possible to just right click an email and then scroll down or up to delete i.e. 10 Emails at once. But in OS X 10.8 this doesn't work anymore. I have to delete one mail after the other which is exhausting after a while and with a lot of emails! But I don't want to delete all of them (would be too easy with CTRL-A and then Return) just a few. Any ideas? I didn't find it out yet and I want it the easy Mac-Way and not the complicated Windows-way
    Thanks for any inout on that!!

    You can now double-click and drag down the list of emails to select multiple, consecutive messages to delete.
    For non-consecutive messages, command-click on the ones you want to delete.

  • How do I close just the top toolbar, the one with the create button and the Quick Tools?

    Just upgraded from 9 to X.
    The manual says, "When your work does not involve using the tools in a toolbar, you can close the toolbar to tidy up the work area." But then after that it only provides instructions on how to hide all toolbars. I want to have only one row of tool visible, not two, and I can work best with the Common Tools toolbar. So how do I close the other one?

    Would you please be more explicit? I have tried dragging the "Create" and "Customize Quick Tools" buttons from the top row to the second row and they don't drag. I've tried dragging the buttons on the second row into the top row and they don't drag. I've tried dragging the rows themselves into each other and outside the window to see if I could get one to diappear, and they don't drag. So would you please state specifically what is possible in order to reduce the two rows of the toolbar to one row?
    Especially if it's documented somewhere, that would be most helpful to see. But I'm also open to learning an undocumented method, if it works.
    Thank you.

  • How do I delete e-mail from iphone but not server?

    Hi, I don't want to delete e-mails from my server when I delete them from my phone - I can't see how to change the settings ....can anyone help?

    Welcome to the Apple community.
    The apps are not actually in your iCloud storage, they are links to the apps in the App Store. What you are seeing is your purchase history and as such cannot be deleted.
    You can however hide your purchases, which you can do from the QuickLinks > Purchased option from the main page in the iTunes Store on your computer.

  • How do I delete music from my iPad but not from iTunes?

    I downloaded music to my iPad from the Cloud through iTunes Match.  How do I now delete them or remove them from the device but leave them on iTunes?  Thanks!

    When you connect to your computer iTunes, in the summary page check to sync manually.  Open the music library on the iDevice and selectively delete the music you want to delete.  Then you will have to manually sync to it to deal with the mismatch.

  • How to I delete pictures from camera roll but not album on ipad

    I am trying to delete pictures from my camera roll without having to delete them pictures from the album..  The reason for this is I have organised my pictures into albums on iPad and therefore would like to delete from camera roll however when I attempt to do this it says it will delete from album as well. Is there any way round this. Thanks.

    No there isn't. The original photo is being stored in the camera roll and the copy of the photo is in the album. If you remove the photo from the camera roll, you will delete it from any albums that it might be in as well.
    With the benefit of an edit - my comments are with regard to trying to this on the device itself.
    Message was edited by: Demo

  • On 8.1, how do I delete photos from camera roll but not from photo stream?

    I recently updated to iOS 8.1 on my 5S and was happy to get camera roll back, but unlike in the past, when I delete a picture from camera roll, it also deletes it from photo stream.  This makes no sense; I want to delete it from my phone while keeping it in photo stream - is there something I'm not doing?  Is it a problem with 8.1?  Any help would be appreciated...thanks.

    You can't. The albums that you created on the iPad do not actually contain copies of the photos, but merely pointers to those photos. If you remove the photos from the camera roll, they will be removed from the iPad. Albums on the iPad are simply for your own organization on the device. Those albums cannot be imported to your computer either, since the photos do not exist in the albums.

  • How do i delete just 1 episode in podcast

    freinds.
    I got this episode of sesame street that makes my video hang.
    How do I delete just that particular eps and not the whole thing?

    Thanks Diavonex. Swipping left to right helps.
    Holding down the icons only works if you want to delete the whole series.
    Thanks.

  • Delete emails from iPhone 5 but not from server?

    How do I delete emails from iPhone 5 but not from server?

    If its a POP account try this:
    Go to Settings>Mail, Contacts and Calendars
    Tap on your mail account
    Scroll to the bottom
    Tap on Advanced
    Tap on "Delete from server" and set it to "Never"

  • When I open Firefox, 8 tabs automatically appear. How do I make just the homepage tab appear on startup?

    When I open Firefox for the first time, 8 tabs always appear. Not only the homepage tab but 7 other tabs (mainly from add-ons I have installed). How do I make just the homepage tab appear on start-up?

    Hi,
    Please try removing the homepage entries in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''General''' > '''Home Page:'''. For some add-ons, you may have to go into their settings.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

Maybe you are looking for

  • Open Items List Query.

    Hi all, Could you please advise if itu2019s possible to run a query in SAP based on the Open Items List in the reporting area that can detail the following; Both AR Invoices and Credit Notes and show additional fields, taken from the AR invoice u2013

  • Reformatting mom's laptop

    Hi, my mom has an old Toshiba Satellite that is so filled with the family's stuff that we decided to format and reinstall or reset it back to factory standard was there a factory standard for the Toshiba to reset back to or should we start looking fo

  • Constantly dropping frames

    I am randomly getting lots of dropped frames when recording with OnLocation on lengthy recording sessions (1-2 hours). Like, several seconds will be missing. Sometimes this happens frequently, sometimes (but rarely) not at all. And sometimes recordin

  • PGI check in an order related Billing

    When I do an Order related Billing in VF01, TAO item category does not have any check on whether PGI is done or not? I need to establish the control on it. Any Exit? Pleasea give ur valuable suggestions. Regards, Anbu

  • JAVA Upgrade from CRM 5.0 to CRM 2007

    Hi, I need help.  I'm trying to upgrade our CRM 5.0 to CMR2007 and encountered a problem during the JAVA Prepare Phase. Here is the error I received. The execution of  ended in error.