When you use HTTrack to rip websites the software has to translate pages in to html pages with a defined extension of .html
When it creates the pages it adds some custom meta tags in for some reason. According to the HTTrack forums these addtions cannot be turned off which causes messy code.
I want to remove the <!-- Added by HTTrack --> stuff
Index Pages (ie index.html)
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
Other Pages (before <head> and after </body>)
<!-- Created by HTTrack Website Copier/3.48-21 [XR&CO'2014] -->
Turn off 'HTML footer'
you can remove the 'Created by HTTrack....' comments before the <head> tag and after the </body> tag by doing the following before ripping the site
Some Command Line Switches
You can use some command line switches when ripping a website to prevent the comments being added but they are not perfect or complete.
After Rip
To remove the 'content-type...' meta tag and <!-- Added by HTTrack --> added by HTTrack you will have to do one of the following as there is no in-built fix for this. It might be added on purpose to make sure that the web pages load.
I completely reset my IE7 settings. However, after doing this, all my custom Windows Explorer toolbars and explorer bar panes (ie. QT Toolbar, findeXer, QT Addressbar and Roboform Bar) and Roboform toolbar for IE7 is greyed-out. I can't select it. I have tried reinstalling but that doesn't work.
Solution
In older version of VLC you were able to increase the volume quite a lot but now it seems restricted to 125%, this can be changed.
There are some workaround or options that you can do to improve the perfromance of Firefox. Workarounds can be a personal choice.
The main culprits for Firefox hanging or running slow are Flash/Add-ons/On-Page Javascripts.
I have listed all possibly issues below:
These are the settings that worked well for me
Firefox / Tabs Hanging
Ram Disk / RAM as cache
I have not really used this but the main feature of this is that instead of using your swap file for holding pages you can store everything in RAM. If you have a SSD you might not see that much improvement.
Flash
Add-ons
General
Most performance issues are caused by memory leaks and these are usualy caused by extensions or add-ons. I will outline how to try and find out what extensions or plugin is causing the rising memory usage. Once you have read this article you will find this process a lot easier rahter than taking a stab in the dark. These instructions more than a fix help you idetify the cause of the problem which is fixed by removing (disabling might work) the offending extension or add-on.
There are a few addons and extensions that are usual causes of slow performance or memory leaks so i will list them here
Add-ons
Extensions
Others Culprits
Any add-on or extension that does a look-up per page will slow things down especially if the remote server they are querying is slow or un-responsive.
This is an easy method, just disable all of the usual culprits and see if things improve.
The usual advice is to diable you add-ons 1 by 1 and see which is causing the perfromance hot or massive use of memory. This will work but can take many hours of disabling a single plugin and then using Firefox to see if it runs correctly.
You could conversly disable all add-ons and then enable them 1 by 1, see if Firefox runs correctly and then move on to the next addons.
This method can take forever because you need to make sure that Firefox is running correctly and you need to do this for above 30minutes to make sure there are no issues.
This is my prefered method. Use the following methods and tools to analyse what is actually using memory.
Addons
To see what is using the ram you can install add-ons listed below, which will give you data for each tab you are using and/or you can view per add-ons ram usage. After installing these addons use firefox for a while until it slows down and then have alook at the tab information to see if there are any obvious candidates and then you can move on to seeing which addon is using the ram. Once you find a candidate, disable it, restart Firefox and continue using to see if the performance issue is fixed
In-Built to Firefox
Only experts can use the infromation here to identify what is using all of the ram, and those people will know how to use this. I dont know hwo to use this information so anything i say would just be guessing.
When doing research i will see possibly useful sites and bookmark them. However when i start another FF session it seems as though the number of "Recently Bookmarked" entries is limited to 8 entries or so. Is there a way to increase the available "Recently Bookmarked" entries until I have had time (across multiple FF sessions) to determine which bookmarks to keep ?
Answer
Answer taken from
how can i display more "recently bookmarked" entries | Firefox Support Forum | Mozilla Support
I'd like to delete bookmarks that I haven't used in a long period of time. Is there a way to find out what was the last time I used a bookmark?
Answer
Firefox can cross-reference your history, so if you don't clear history you can sort of figure this out. Here's what I mean.
Answer taken from
Firefox does not have an inbuilt method to tell you statistics about your bookmarks so we have to use a workaround to get the bookmarks total, but tankfully it is very easy to do.
With the evolution of Firefox I have found that the developers have constantly removed features that i use and i now have to use plugins to replace the missing functions. I also have used plugins to improve Firefox, this article is my collection of notes for these critical improvements.
The status bar has been removed in newer version of Firefox, read this article, What happened to the Status Bar? | Firefox Help
These are improvements on the standard bookmarks menu which is to small and the number of items in the recent history (5 items) is not enough.
i will add the rest of my Extensions and options i use at some point.
i will add the rest of my Extensions and options i use at some point.
OpenSearch is a collection of simple formats for the sharing of search results or adding custom searches to your browser.
This process is instigated by a preformed string of HTML in the webpage which gives the browser the information that it needs to create the custom search. Some of the variables that are supplied are the 'Name' of the search and 'search string' to be passed.
These custom searches can be detected either by looking in the HTMl or much easier on modern browsers there usually is an add button or icon change that will occur near the search boxes.
Example
<link href="http://quantumwarp.com/search?format=opensearch" rel="search" title="QuantumWarp" type="application/opensearchdescription+xml" />