Cache of offline navigation

Hello

 Currently when I browse a website and I decide to go offline, I can continue to browser the website on pages I visited. However, if I restart Firefox I am unable to browse the website whose cache should still be stored.

Is there a way to make FireFox in order to maintain the cache for my unlimited browsing * for use offline (at least for selected Web sites), or perhaps a third-party product that caches filters sites I navigate using Firefox.

Thank you.

  • Up to the limit of the size of the cache. Currently I have it maxed out at 1024Mo.

The built-in Firefox cache does not work very reliable with web pages that use a lot of JavaScript and other means to build pages, but should work with simple pages that display only the content of the source code.

One possibility would be to create a screenshot or print the page in PDF format.

There are extensions to create a screenshot of the full page and integrated development tools (SHIFT + F2) also have a command of screenshot (enter S and press F1: screenshot - fullpage) to save the entire page as a png image.

Tags: Firefox

Similar Questions

  • App blackBerry for BB10 offline navigation

    Hi all!

    I couldn't find separate answer to my question, so I create a new topic.

    Can someone advice on app navigation offline for BB10?

    I like a TomTom, but it is a bit limited in the options...

    Thanks in advance

    N

    Read everyone's comments, I do not remember what version does what.

  • DATA CACHED FOR OFFLINE USE

    I use Flash Builder 4

    I have a datagrid that uses an HTTPService php to fill with data. I'm trying to cache the data so that when the user is not connected to the internet, they can pull the latest version downloaded from the data source. I did some research and referred to this page:

    http://livedocs.Adobe.com/LiveCycle/8.2/programLC/programmer/LCDs/help.HTML?content=dms_ad vanced_2.html

    That seems to be for livecycle, but close to what I need to do. I've been tinkering but get errors. Has anyone seen a good tutorial or have time to guide me through to make it work.

    I have an air application and my code is below:

    <? XML version = "1.0" encoding = "utf-8"? >

    < s:WindowedApplication

    ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s ="

    Library://ns.Adobe.com/Flex/spark "

    xmlns:MX ="

    Library://ns.Adobe.com/Flex/MX "

    minWidth ="

    800 "minHeight =" 600 "

    title ="

    ORDER TEST ALPHA ver.1 "

    xmlns:getOrders ="

    services. "GetOrders.* "

    creationComplete = "loadData () '"

    >

    < s:layout >

    < s:BasicLayout />

    < / s:layout >

    < fx:Style " source = ' Main.CSS '' / > "

    < fx:Script >

    <! [CDATA]

    Import mx.collections.ArrayCollection;

    Import mx.controls.Alert;

    Import mx.data.DataService;

    Import mx.events.FlexEvent;

    Import mx.rpc.events.FaultEvent;

    Import mx.rpc.events.ResultEvent;

    protected function getOrders_resultHandler(event:ResultEvent):Sub

    {

    orders = event.result.orders.order;

    }

    [

    Bindable ]

    private var orders: ArrayCollection collection;

    private function {loadData()

    techOrders.fill (orders);

    }

    protected function getOrders_faultHandler(event:FaultEvent):Sub

    {

    Alert.Show (event.fault.faultString,

    "Information error" );

    }

    []] >

    < / fx:Script >

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < s:HTTPService id=" getOrders "

    URL =

    http://www.website.com/mods/modsgetorders.php

    result = "getOrders_resultHandler (Event)" "

    Fault = "getOrders_faultHandler (Event)" "

    >

    < s:request xmlns = "" " >

    < techId >

    {techId.text}

    < / techId >

    < / s:request >

    < / s:HTTPService >

    < mx:DataService id=" techOrders "destination =" " D " />

    < / fx:Declarations >

    < s:Panel x=" 0 "y =" 0 "width =" 100% "height =" 100% "title =" SYSTEM of TEST " " > "

    < s:Group x=" 0 " y=" 0 "width = » 100% "height = » 100% " >

    < s:Label x=" 10 " y=" 14 "

    Text ="

    User name: "

    height ="

    25 "

    verticalAlign ="

    way " />

    < s:TextInput id=" techId "

    x = »

    94 " y=" 14 "

    width ="

    101 "height =" 25 "cachePolicy =" I " " / > "

    < s:Label x=" 10 " y=" 43 "

    Text ="

    Password: "

    height ="

    25 "

    verticalAlign ="

    way " />

    < s:TextInput id=" password "

    x = »

    94 " y=" 43 "

    width ="

    101 "height = » 25 " />

    < s:Button x=" 223 " y=" 10 "

    Label ="

    Download orders "

    Click = "getOrders.Send ()" "

    height ="

    25 "

    / >

    < mx:Button " label = ' Save "

    Click = "techOrders.saveCache (ArrayCollection (currentOrders.DataProvider))" x =""

    479 " y=" 10 " />

    < mx:Button " label = ' Claire "

    Click = "techOrders.clearCache (ArrayCollection (currentOrders.DataProvider))" x =""

    479 " y=" 48 " />

    < / s:Group >

    < s:Group x=" 0 " y=" 87 "width = » 100 % "height = » 100 % " >

    < mx:DataGrid id=" currentOrders "

    y = »

    0 "

    height ="

    300 "

    dataProvider ="

    {orders} "

    dropShadowVisible ="

    fake "

    "Editable =".

    fake "

    "right =".

    10 « gauche = » 10 "

    cachePolicy ="

    on "

    number of lines ='

    10 " >

    < mx:columns >

    < mx:DataGridColumn " headerText =" Assigned date "dataField =" " Date " />

    < mx:DataGridColumn " headerText =" Command ID "dataField =" " orderId " />

    < mx:DataGridColumn " headerText =" The road ID "dataField =" " routeId " />

    < mx:DataGridColumn " headerText =" The base ID "dataField =" " storeId " />

    < mx:DataGridColumn " headerText =" City "dataField =" " City " />

    < mx:DataGridColumn " headerText =" State "dataField =" " State " />

    < / mx:columns >

    < / mx:DataGrid >

    < / s:Group >

    < / s:Panel >

    < / s:WindowedApplication >

    I've been hacking around here so some of this may seem screwed up, I apologize area just to find the missing piece!

    Thank you for taking the time to read this post and for all of the suggestions you offer.

    You could use the local storage of the SharedObject to avoid that the last good result the HTTPService and if there is an error, use instead of these data.

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=17_Networking_and_communications_6 .html

  • reset the offline files cache

    The cache of offline on my machine Windows 8 files is corrupt and I want to delete and rebuild it.
    There is a fix for Windows 7 and earlier versions, using the registry, and this doesn't seem to work.
    Any suggestions on how I can force a reset this cache?

    Hi thanks for the Technet link, where I found the match following (somewhat abusive) on Technet, which suggests that the method proposed in your article (http://support.microsoft.com/kb/230738/en-us) is certified as being still valid in Windows 8.

    http://social.technet.Microsoft.com/forums/en-us/deed0c7c-c481-4CCB-81A8-b334f753a96a/Windows-8-offline-cache?Forum=w8itprogeneral

    where it is proposed to run the following script:

    Tracking Add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\Parameters FormatDatabase /t REG_DWORD /d 1 f v

    So the guys from Technet seem to say that the same difficulty working on Windows 8 on Windows 7.

    I tried this fix at some point, although I used Regedit to apply the hotfix as described in the above article. The cache has not be re-initialized. However I did not on this point, because the problem 'fixed itself' after what I took on big laptop, described above. Maybe I would have deleted the cache with persistence more.

    I suspect that the graying of the 'always available offline' options is somehow a reaction that had small laptop, policies or permissions we found on big laptop. Then fritzing autour with big laptop, where sharing, finally solved the problem.

    This problem is solved for me for now, so I'm here, however posting this response in case someone else gets the same problem.

    Alan

  • How reset the offline files cache and the database in Windows 8?

    I had to re - initialize my cache of offline files corrupt periodically since my days of Windows XP, and it seems that Windows 8 is no different.  The fix for Windows 7 and Vista does not appear if apply to Windows 8 if someone have any suggestions on how to achieve this?

    Thank you

    Too bad.  I found the registry fix for it in another post.  All right, now.

  • Do not Sycnhronize on a XP offline files

    Hi everyone, sorry for this old topic... but hope you can help... Yes, I'm still working on an XP machine.

    For some reason, I need to redo our GPO and tried to re-create a GPO so that the laptop can synchronize offline files with 'My Documents' for a mobile specific and the user. Before this new GPO, the user was able to sync the same folder without any problem. Wick for a reason that I removed and remove the old GPO. So now I need to reset upward.
    Now when I tried to connect the laptop to the network, I have only seen the sync happens only once, and synchronization also came with "Access Denied" errors after a few hours... and the synchronization has failed of course. When I disconnect the laptop computer, the My Documents folder is always empty (with all subfolders, but there is no content!)
    I know that the user cannot manipulate the features offline synchronization... and here are the GPO settings, that I set:
    -Models of administration - computer network/Offline Files configuration
    -Action on server disconnect - enabled, Action is "work offline".
    -Allow or prohibit the use of offline - enabled features
    -Encrypt the Cache of offline - enabled files
    -Prevent the use of the offline files folder - activated
    -Ban the user files offline - enabled configuration
    -Remove "make available offline" - enabled
    Sub-always available offline - enabled folders
    -Synchronize all offline files before you end the session - enabled
    -Synchronize all offline files when logging on - active
    -Synchronize offline files before suspension - enabled, the type of Action, COMPLETE
         System/user profiles
    -Copies of delete cached roaming profiles - disabled
    N ' allow only local user profiles - activated
    -Prevent roaming profile changes from spreading to the sever - active
    Configurations of users - Windows Settings - folder redirection-
    I did the path for the user who is the path: \\fileserver\User$\%Useranme%\My Documents. And the user has read to the ' user or users $' root folder.
    -Administrative Templates - files network/off line
    -Action on server disconnect - enabled, Action is "work offline".
    -Administratively assigned offline files - activated
    -Files and folders, Documents \\fileserver\User$\%Useranme%\My
    -Prevent the use of the offline files folder - activated
    -Ban the user files offline - enabled configuration
    -Synchronize all offline files before you end the session - enabled
    -Synchronize all offline files when logging on - active
    -Synchronize offline files before suspension - enabled, the type of Action, COMPLETE
    -Disable the balloon reminder - disabled
    -Do not automatically make redirected folders available offline - disabled.
    May I ask how to do the sync properly? And also... How initial sync (again once, the user doesn't have the right to manipulate sync settings?
    Any ideas would be great! Thank you very much for your help

    These can be useful:

    Users may receive an error "Access denied" message if you make files and folders available offline

    How reset the offline files cache and the database

    John

  • Error in access to files offline in Windows 7.

    Hello everyone, I'm at my wit's end so I hope someone can help me.

    I try to configure offline access to a storage server network for several laptops from client running W7 Enterprise.

    Each user has an individual folder on the server that I maps to their systems first.

    Then I click with the right button on the drive and check ' always available offline "and let the thing is Sync Center."

    90% of the machines, once that is done, I can disconnect the network cable and then try to access the drive. It automatically displays the version of CCS-CACHE drive offline and the operation is transparent. When reconnected to sync LAN Center brings the server up-to-date copy.

    For the other 10% However, after disconnecting the network cable, click on the drive generates the error message:

    "An error occurred while reconnnecting G: at \\CompanyServer\ShareFolder\users\jones Microsoft Windows network: the local device name is already in use." This connection has not been restored. »

    -The cache offline has certainly created because it is accessible via the 'Manage offline files' option in Sync Center.

    -Reconnect the network cable usually successfully restores the connection to the drive. It's only offline access that does not work.

    -It is possible to configure offline access to readers of same using different customer laptops.

    -J' I already tried to change the host name, the different credentials in Credential Manager, net use * / Delete Yes net use / persistent: No. I tried reconfiguring from scratch, removing the account user and recreation, same problem occur.

    -J' have also installed hotfix KB2663418 even if she does not quite describe exactly the problem. But even once, this has not changed anything.

    I really don't know what causes this problem and have sought intensively but found nothing. I wonder if anyone can help me?

    I tried to be thorough, but if there is no crucial info that I missed above then please let me know.

    Thank you

    Hello

    Thank you for visiting Microsoft Community.

    I suggest you to post your query on our Forums TechNet social as this question should be better there.

    Please refer to the reference to the link below to send your request:

    https://social.technet.Microsoft.com/forums/Windows/en-us/home?Forum=w7itpronetworking

    Hope this information helps.

    Thank you.

    Sincerely,

    Ankit Rajput

  • How to disable the old, disconnected records in offline mode in Win7?

    I installed Windows 7 (64-bit clean) in my office. Prior to that, I also upgraded my laptop, which has a connection with a shared folder on my desktop offline. Now, after update from my office, there is always a file offline (inactive/gray/disconnected) in the sync partnership, pointing to the old shared folder on my desktop that no longer exists! I can't go back and delete since this partition on my desktop disappeared.

    Is there a way to remove this connection from my laptop?

    Hello

    Welcome to the Microsoft Answers Forum!

    I suggest that allows you to delete records of online Office to follow the steps below:

    Method 1:

    The offline files cache is a folder structure in the folder % SystemRoot%\CSC, which is hidden by default. The record of the CSC and all files and subfolders it contains, should not be modified directly; doing so may result in loss of data and a complete disassembly of the offline files feature.

    1. in Folder Options, on the offline files tab, press CTRL + SHIFT, and then click delete files. The following message appears:

    Cache files offline on the local computer will be reset. Any changes that have not been synchronized with computers on the network will be lost. Any files or folders made available offline will be more available in offline mode. A restart of the computer is required.

    You want to re - initialize the cache?

    2. click Yes to restart the computer two times.

    If the problem persists, then I suggest you to change the registry settings and check if that helps you. But before you change or change the registry. I would say lets you create a restore point, and then continue with the steps.

    To create a restore point follow the steps mentioned below.

    1. open system by clicking the Start button, right click on computer and then click Properties.

    2. in the left pane, click system protection. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    3. click on the tab System Protection and then click on create.

    4. in the System Protection dialog box, type a description, and then click on create.

    For more information, please see the link below.

    http://Windows.Microsoft.com/en-us/Windows7/create-a-restore-point

    Method 2

    Use the registry editor

    If you cannot access the offline files tab, use this method to reset the cache offline files (CSC) on the system by editing the registry. Also use this method to reset the cache on the side of client/database files offline on multiple systems. Add the following registry subkey:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache
    Key name: FormatDatabase
    Key type: DWORD
    Key Value: 1

    Note The actual value of the registry key is ignored. This registry change requires a restart. When the computer restarts, the shell will reset the CSC cache and then delete the registry key if the registry entry exists.

    Warning All cache files are deleted and unsynchronized data is lost.

    Use Reg.exe

    You can also automate the process of setting this registry value using the Reg.exe command line editor. To do this, type the following command in the window of Reg.exe:

    REG. EXE. REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache' FormatDatabase /t REG_DWORD /d 1 f v

    For more information, please see an article mentioned below:

    http://support.Microsoft.com/kb/230738

    WARNING:

    Change the settings of the REGISTRY can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the REGISTRY settings configuration can be solved. Changes to these settings are at your own risk.

    I hope this information helps. Please get back to us if you have any other questions on this subject.

    Thanks and greetings
    Mir - Microsoft Answers Support Engineer
    Visit our http://social.answers.microsoft.com/Forums/en-US/answersfeedback/threads

  • Which version supports the application cache?

    Which version supports the application cache?

    BB7 and OS 10 supports the storage cache app offline.

  • Titles tab favicons are confused and do not stick to accurate data - how to solve?

    Since a few days now FF does not display the favicon and the titles of the tabs properly more. (see below for screencast)

    • Instead, a few 'standard' - sites appear in the tab titles and favicons:
     - google
     - wikipedia
     - get involved (firefox)
      - Firefox central
    
    • as soon as I activate a tab, it's favicon and symbol is updated immediately.
    • most favicons updateto their correct data, as soon as he gets in the background, it is erroneous data.
    • all titles to date for its correct title once activated. But againfalls at the time where to start at bottom.
    • in some tabs the favicon disappears completely during activation (including the placeholder for the icon)
    • also in mode 'tabs to group' securities favicons are not valid. Ironically, just most of them (some favicons are correct) - which makes it more difficult for me to understand.
    • in the group-tabs-view some of the tabs pins/apps favicons simply lack.

    empty the cache, cookies, offline, restart FF data, restart the machine did not help so far.

    As much as I love my history and profile of the data, I don't want to do new FF-profiles.

    I have not changed the configuration of AddOns in recent weeks, but off Sync a few days ago (because Sync messed up my favorites completely - as described here https://support.mozilla.org/en-US/questions/1023070 )

    Video of screencast:
    https://Flic.KR/p/qMVf2p
    can add screenshots, if necessary. But the video shows better behaviour in my eyes.

    It looks like it is caused by an add-on (which you have many, a recent update of either of these modules could be the cause). Have you tried to test in a profile of costs? Use the Profile Manager to create and delete profiles Firefox

  • How can I get rid of erase local history whenever I close a page or tab?

    Recently, I think after updating to Firefox 33.1, I started getting a pop up window for the management of the cookies, cache, history of navigation, downloads, etc., every time I close a page, or a tab. It's super annoying because I thought that I put in place those who works to make
    manually.

    It is not question of Firefox, its Addons that you have installed in your system

    Disable "Cookies of self-destruction 0.4.6" and check it out

  • cards here

    Hello

    I want to install "maps" (https://itunes.apple.com/us/app/here-maps-offline-navigation/id955837609?mt=8) in my iphone5 (iOS 9.3.2). I have search in the App store by using the keyword 'maps CIHI' but I can't. Anyone know what I can do about it?

    BR,

    Dong Claude

    I don't understand. When I click on the link you provided, it leads directly to the application. Simply click on Get.

    Or if you are in another country?

  • How can I remove users from being able to clear history?

    I need to know how to lock preferences for the parameters of the story. I don't want users to be able to change the settings of the story and I already tried the local method - settings.js and mozill.cfg. But the settings don't not gray in the menu options once I put them and that's what I want. I know that my file is playing because I have other parameters that are shown in italics in the subject: config that I blocked. I'm using the wrong settings of the to do it eventually? Or is there another method that I need to use. I already followed all the 't' on this page: http://kb.mozillazine.org/Locking_preferences

    Here is my test mozilla.cfg file I created:

    //
    

    lockPref ("app.update.auto", false);
    lockPref ("app.update.enabled", false);
    lockPref ("app.update.service.enabled", false);
    lockPref ("toolkit.telemetry.prompted", true);
    lockPref ("browser.rights.override", true);
    lockPref ("browser.startup.homepage_override.mstone", "ignore");
    lockPref ("browser.shell.checkDefaultBrowser", false);
    lockPref ("privacy.item.downloads", false);
    lockPref ("privacy.item.cache", false);
    lockPref ("privacy.item.formdata", false);
    lockPref ("privacy.item.history", false);
    lockPref ("privacy.item.offlineApps", false);
    lockPref ("privacy.item.passwords", false);
    lockPref ("privacy.item.sessions", false);
    lockPref ("privacy.item.siteprefs", false);
    lockPref ("privacy.item.cookies", true);
    lockPref ("browser.preferences.privacy.selectedTabIndex", 1);
    lockPref ("browser.preferences.privacy.selectedTabIndex", 2);
    lockPref ("browser.preferences.privacy.selectedTabIndex", 3);
    lockPref ("browser.preferences.privacy.selectedTabIndex", 4);
    lockPref ("browser.preferences.privacy.selectedTabIndex", 5);

    Who you trying to change in the settings Option > privacy and you want to prevent others to change?

    You crashes only the settings in 'Clear history of Firefox closing' and not the main parameters.

    You can take a look to the topic: config page to see if it has affected prefs by activating / disabling the checkboxes.

    I don't know which have effect. privacy.item * Pref.

    The subject: config page shows only one for privacy.item.cookies and the source code makes clear to me also.

    I don't know why you want to include items such as sessions (active connections, basic authentication) used by FTP servers and disk cache and offline cache (offlineApps) application.

    People should be able to delete data in the event of problems and clear the cache and cookies must be one of them (we recommend a lot of times to clear the cache and cookies).

    Clears the form data and research should also be possible unless you disable save both passwords and form/search data.

    Note that only tools > Options > advanced tabs, then browser.preferences.privacy.selectedTabIndex will have no effect.

    Browser.history_expire_days preferences and browser.history_expire_days_min are obsolete in the current Firefox and used only versions in versions of Firefox 3.

  • Two questions of Gmail:

    ((1) error message in Gmail "this version of Safari is no longer supported" when I use the latest version and 2) tapping is extremely slow. I cleaned cache, history of navigation and cookies. These problems occur only in Safari.

    Try a reboot.

    Make a backup using Time Machine or a cloning program, to ensure that data files can be recovered. Two backups are better than one.

    Try to set up another admin user account to see if the same problem persists. If back to my Mac is enabled in system preferences, the guest account will not work. The intention is to see if it is specific to an account or a system wide problem. This account can be deleted later.

    Isolate a problem by using a different user account

    If the problem is still there, try to start safe mode using your usual account.  Disconnect all devices except those necessary for the test. Shut down the computer and then put it up after a 10 second wait. Immediately after hearing the startup chime, hold down the SHIFT key and continue to hold it until the gray Apple icon and a progress bar appear. Startup is considerably slower than normal. This will reset some caches, forces a check for directory and disables all start-up and connection, among other things. When you restart normally, the initial restart may be slower than normal. If the system is operating normally, there may be 3rd party applications that pose a problem. Try to delete/disable the third-party applications after a reboot using the UN-Installer. For each disable/remove, you need to restart if you do them all at once.

    Safe mode - on El Capitan

    Start Mode without failure-El Capitan.

  • I can't send emails, this error occurs: warning Windows Live Hotmail was not able to complete this application. Microsoft may contact you regarding any issue you are reporting.

    I removed the cache, history of navigation. temporary files - this started about a week or two ago.  The only thing Ive done is add google chrome.  I deleted and did a restore systems.  I ran virus scan, but think that there must be a virus in hotmail.

    Any suggestions?  I have very well to receive emails, just can't send. This isn't hotmail because I can send email fine from my daughters computer.

    Hi CaroleBurbo

     

    The problem is always related to Windows Live hotmail program. Please visit the link below to find a community that will support what you want in the right direction for hotmail live support.
    http://windowslivehelp.com/forums.aspx?ProductID=1

     

    I hope this helps.

Maybe you are looking for