| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | URL History Editor 1.1 |
windows | Network Internet->Cookie and Cache Managers | $10.00 |
View Detail
|
|||||||||
| 2 | Clean History 1.0.0 |
windows | Security Privacy->Other Tools | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 3 | My History Shortcut 1.0 |
windows | Network Internet->Browsers | Free |
View Detail
|
|||||||||
This download contains two shortcut files (Windows NTand Windows 95 Versions)that provide a real convenientway to access your URL history file for Internet Explorer 4.0 or higher. These shortcuts open the URL History folder in a Explorer Window to provide a clean and ogranized way to navigate through your URL history. Tags: |
||||||||||||||
| 4 | Netscape::History 3.01 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Netscape::History is a Perl object class for accessing Netscape history database. SYNOPSIS use Netscape::History; $history = new Netscape::History(); while (defined($url = $history->next_url() )) { } The Netscape::History module implements an object class for accessing the history database maintained by the Netscape web browser. The history database keeps a list of all URLs you have visited, and is used by Netscape to change the color of URLs which you have previously visited, for example. With this module, you can get at the URLs stored in a Netscape history file, delete URLs, and add new ones. With the associated Netscape::HistoryURL module you can access the information which is associated with each URL. Please Note: the database format for the browser history was changed with Netscape 4. Previously only the time of most recent visit was available; now you can also get at the time of your first visit, the number of visits, the title of the referenced page, and another value. Tags: |
||||||||||||||
| 5 | Delete History Free 1.1 |
windows | Security Privacy->Secure cleaning | Free |
View Detail
|
|||||||||
Delete History Free description Delete Internet browser history (search history) software Delete History Free - delete browser history software (freeware). All information about web sites you visit is stored in the Browser History Files and anyone who has access to your computer can see what web sites you visited. Use Delete History Free to delete Internet History (search history) in Internet Explorer, Netscape, Firefox, Mozilla and Opera. "Delete browser history" feature also includes deleting address bar history (URL AutoComplete). "Delete history" option for Internet Explorer is combined with index.dat file deleting and deletes the path you used for the last file(s) saving. "Delete browser history" feature for Mozilla, Firefox, Opera includes deleting tracks of recently downloaded files (deletes download list). Using Using Delete History Free you can also delete Windows Temporary files, clear Clipboard, delete Recent Documents list, empty Recycle Bin. Here are some key features of "Delete History Free": Erase Internet History Erase Internet Explorer History · Erase browser history · Erase search history · Erase address bar history (URL AutoComplete) · Erase AutoComplete history · Clear Internet history index.dat file · Clear Temporary Internet files index.dat (cache index.dat) · Clear cookies index.dat file · Erase Internet history index.dat · Erase Temporary Internet files index.dat (cache index.dat) · Erase cookies index.dat · Erase cache (Temporary Internet Files) · Erase cookies · Erase stored passwords Erase Mozilla History · Erase browser history · Erase search history · Erase address bar history (URL AutoComplete) · Erase AutoComplete forms · Erase cache · Erase cookies · Erase stored passwords Erase Firefox History · Erase browser history · Erase search history · Erase address bar history (URL AutoComplete) · Erase AutoComplete forms · Erase cache · Erase cookies · Erase stored passwords Erase Opera History · Erase browser history · Erase search history · Erase address bar history (URL AutoComplete) · Erase AutoComplete forms · Erase cache · Erase cookies · Erase stored passwords Erase Netscape History · Erase browser history · Erase search history · Erase address bar history (URL AutoComplete) · Erase AutoComplete forms · Erase cache · Erase cookies · Erase stored passwords Erase Windows History · Empty Windows Temporary Folders (Temporary files directory) · Clear Clipboard · Erase recently opened documents list recent documents list · Disable Recent documents · Empty Recycle Bin · Erase Windows Run History (recently run programs list) · Erase Windows Search "Files & Folders" History · Erase Windows Search "Computers" History · Erase Start Menu open programs history (Windows Explorer UserAssist Data) · Clear view preferences for desktop and windows you opened (Streams and StreamMRU) · Erase recently open/save files list (ComDlg32OpenSaveMRU and ComDlg32LastVisitedMRU) · Erase recently open/save files list (ComDlg32OpenSaveMRU and ComDlg32LastVisitedMRU) Other features · Program scheduler · Quick Clearing option · Erase toolbar search history · Clear Clipboard (buffer) after paste with CtrlV and/or ShiftIns Hotkeys to: · Hide All Browsers · Show Hidden Browsers · Minimize All windows · Close All Browsers · Clear All Selected Items · Close All Browsers and Clear All Selected Items · Password protection Requirements: · IBM PC or compatible 1000 MHz or faster · Internet Explorer 5.0 or higher · At least 64 MB RAM and 10 MB of free hard disk space · 256 color monitor capable of 800 x 600 resolution (1024 x 768, millions of colors recommended) Tags: |
||||||||||||||
| 6 | History Slideshow 3 |
windows | Windows Widgets->Widget Miscellaneous | Free |
View Detail
|
|||||||||
Travel through time... from your desktop. History Slideshow scrolls through 4,000 years of world history describing key historical events and people. Discover how historys great inventors, tyrants, assassins, prophets, rulers, explorers, artists and philosophers shaped the world. The Widget can be placed discreetly at the base of your screen and customized to your monitor width. The main source for the history content is Wikipedia. This download is marked as adware because it displays advertisement banners or other type of commercials while running. Tags: |
||||||||||||||
| 7 | Delete History Free 1.2 |
windows | Network Internet->Popup, Spyware, Ad Blockers | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 8 | History Submenus 0.50 |
windows | System->Browser Tweak | Free |
View Detail
|
|||||||||
History Submenus will add submenus to History Menu for each days history. NOTES: Due to the way history data is stored inside Firefox, only the most recent visit to a website is listed each day. "Today" submenu starts at 11th item in history... first 10 are in main History menu. Tags: |
||||||||||||||
| 9 | Rails History Plugin 0.2 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Rails History Plugin is a Ruby on Rails plugin that stores user actions (i.e. URLs that the user has recently visited). It avoids storage of POST and AJAX requests, and it provides a manual way to specify which actions not to store. Installation: Unpack into the vendor/plugin and that should be it. Usage: In your app/controllers/application_controller.rb, add a history line like this: class ApplicationController < ActionController::Base history :default => "http://default.url.com/", :max => 10 end The history function accepts a hash of options :default, the default URL to redirect :max, the maximum locations to remember (five by defaults). None of the parameters are required. If somebody knows of a better way to obtain the default URL, he is welcomed to tell me how. You can use the method history_skip in your controller if you want to avoid certain location to be stored in the history. By default, action resulting from a POST, PUT, DELETE request or an Ajax request are not stored in the history. class FooController < ApplicationController history_skip :action_to_skip def action_to_skip # I will not be stored in the history end end In your actions, you can then use the following methods: last_location: returns the last visited location, can be used with one numeric argument precising how many locations to go back in the history (1 by default), peek_last_location: like last_location but dont remove it from the history, redirect_back: redirect the user to the last location in history, it takes the same arguments as last_location, store_location(force = false): stores the current location in the history, set force parameter to true to store location even if it would be skipped. Note that if you want to use the plugin to create a "back" link on a page, you must go back two times. For example, using this controller class HistoryController < ApplicationController def foo end def bar end def back redirect_back(2) end end Ill try to explain clearly why. Lets say that in your bar view, you create a back link wich links to the back action. Now a user visits foo then bar. What you want is your user being redirected to foo when clicking your "back" link. Now your user hits the link. The controller will call the back action. From its point of view, you are in the back action so going back one time would take you to the bar action. Whats New in This Release: · This release fixes a bug where a user variable was stored in a class variable instead of a session one, so a user going back would make another one skip a page in its history. · The plugin no longer stores PUT and DELETE requests. · A peek_last_location method was added to look at the history without modifying it, and a "force" parameter was added to the store_location method to force storing of a location even if it would normally be skipped. Tags: |
||||||||||||||
| 10 | Delete History Free 1.0 |
windows | Network Internet->Cookie and Cache Managers | Free |
View Detail
|
|||||||||
Delete History Free (delete Internet history freeware) - delete browser history software (freeware). All information about web sites you visit is stored in the Browser History Files and anyone who has access to your computer can see what web sites you visited. Delete History Free allows you to delete Internet History (search history) in Internet Explorer, Mozilla, Firefox, Netscape and Opera. "Delete browser history" feature also includes deleting address bar history (URL AutoComplete). "Delete history" option for Internet Explorer is combined with index.dat file deleting and deletes the path you used for the last file(s) saving. "Delete browser history" feature for Mozilla, Firefox, Opera includes deleting tracks of recently downloaded files (deletes download list). Using Using Delete History Free you can also delete Windows Temporary files, clear Clipboard, delete Recent Documents list, empty Recycle Bin. Tags:
|
||||||||||||||
| 11 | Clear All History 3.5 |
windows | Security Privacy->Secure cleaning | $19.95 |
View Detail
|
|||||||||
Clear All History description Clear history, delete cache, remove cookies and much more ClearAllHistory allows you clear different traces of Internet activities such as browser history, browser cache (Temporary Internet files), cookies, index.dat file in Internet Explorer, Netscape, Mozilla Firefox and Opera web browsers. ClearAllHistory also clears Windows Clipboard, deletes Recycle Bin content and Recent documents history and allows disable the Recently Used Documents from access without deleting the list of Recently Used Documents. You can set the program to clear the selected items automatically ClearAllHistory scheduler includes two options: Clear on program start, Clear on program exit. All information about web sites you visit is stored in the Browser History Files and anyone who has access to your computer can see what web sites you visited. ClearAllHistory allows you to clear Internet History in Internet Explorer, Mozilla, Mozilla Firefox, Netscape and Opera. "Clear browser history" option for Internet Explorer is combined with index.dat file deleting. Browsers cache most of the pages you visit including pictures, animation, movies, etc. By simply opening the cache file/folder (Temporary Internet Files), anyone can see what videos youve watched, what pictures youve seen, where youve been online and more. Using "Delete Temporary Internet files" option you can completely Clear Cache (delete Temporary Internet files). Web sites can store short pieces of information on your computer called "cookies". Cookies can also store such informattion as your name and password on protected login pages, preferences, account information and choices you have made on the site. So, even if you remove browser history, cookies like a map will show your surfing preferences, habits, passwords, etc. Using Clear All History you can delete cookies in Internet Explorer, Mozilla, Mozilla Firefox, Netscape and Opera web Here are some key features of "Clear All History": Delete Internet history Delete Internet Explorer history, MSN Explorer, Maxthon (MyIE2) history · Delete Internet history (delete search history, delete browser history) · Delete address bar history (URL AutoComplete) · Clear history index.dat, cache index.dat, cookies index.dat files content · Delete history index.dat, cache index.dat, cookies index.dat files · Clear forms AutoComplete · Delete stored passwords · Delete cache (Temporary Internet Files) · Delete cookies Delete Mozilla history · Delete Internet history (Delete search history, Delete browser history) · Delete address bar history (URL AutoComplete) · Clear AutoComplete · Delete stored passwords · Delete cache · Delete cookies Delete Firefox history · Delete Internet history (Delete search history, Delete browser history) · Delete address bar history (URL AutoComplete) · Clear form AutoComplete · Delete stored passwords · Delete cache · Delete cookies Delete Opera history · Delete Internet history (Delete search history, Delete browser history) · Delete address bar history (URL AutoComplete) · Clear form AutoComplete · Delete stored passwords · Delete cache · Delete cookies Delete Netscape history · Delete Internet history (Delete search history, Delete browser history) · Delete address bar history (URL AutoComplete) · Clear AutoComplete · Delete stored passwords · Delete cache · Delete cookies Delete Windows history · Empty Windows Temporary Folders (Temporary files directory) · Clear Clipboard · Clear Recently opened documents list · Disable Recent documents · Empty Recycle Bin · Delete Windows Run History (recently run programs list) · Delete Windows Search "Files & Folders" History · Delete Windows Search "Computers" History · Delete Start Menu open programs history (Windows Explorer UserAssist Data) · Clear view preferences for desktop and windows you opened (Streams and StreamMRU) · Clear Page file (swap file) at PC shutdown · Clear recently open/save files list (ComDlg32OpenSaveMRU and ComDlg32LastVisitedMRU) Delete history in different applications · Delete history tracks (Most Recently Used list) in Microsoft Office programs · Delete history tracks in Windows Media Player · Delete history in Wordpad and MSPaint Other features · Program scheduler · Invisible mode · Quick Clearing option · "Check" option to select all items for clearing at once · Delete toolbar search history · Clear Clipboard (buffer) after paste with CtrlV and/or ShiftIns · Hotkeys to: · Hide All Browsers · Show Hidden Browsers · Minimize All windows · Close All Browsers · Clear All Selected Items · Close All Browsers and Clear All Selected Items · Password protection Requirements: · IBM PC or compatible 1000 MHz or faster · Internet Explorer 5.0 or higher · At least 64 MB RAM and 10 MB of free hard disk space · 256 color monitor capable of 800 x 600 resolution (1024 x 768, millions of colors recommended) Limitations: · 15-day trial Tags: |
||||||||||||||
| 12 | IE History Manager 1.0 |
windows | Network Internet->Network Information Tools | $0 |
View Detail
|
|||||||||
Each time that you type a URL in the address bar or click on a link in Internet Explorer browser, the URL address is automatically added to the history index file. IE History Manager is a small program that gives you the ability to manage yours Internet History. It reads all information from the history file on your computer, and displays the list of all URLs that you have visited in the last few days. Double click the displayed item will directly open or link to the file or the URL stored on your computer. For privacy issues it is nice to be able to erase these history. IE History Manager allows you to erase these Internet tracks, including Internet Explorers cache, cookies, history, visited URLs, typed URLs, autocomplete memory, index.dat files. Also, the program doesnt really install. Just copy the executable to any folder you like, and run it. Tags:
|
||||||||||||||
| 13 | History Submenus 1.01 |
windows | System->Browser Tweak | Free |
View Detail
|
|||||||||
History Submenus will add submenus to History Menu for each days history History Submenus will add submenus to History Menu for each days history. NOTES: Due to the way history data is stored inside Firefox, only the most recent visit to a website is listed each day. "Today" submenu starts at 11th item in history... first 10 are in main History menu. Requirements: · Firefox 2.0 - 3.0a1 Tags: |
||||||||||||||
| 14 | Dalian History 1.0 |
windows | Windows Widgets->Widget Miscellaneous | Free |
View Detail
|
|||||||||
Dalian History is a rotating historical timeline covering 100 years of events for the city of Dalian, former colonial capital of Manchuria. (www.discoverdalian.com) Dalian History widget is taking you in a virtual journey back in time and it is displaying you the history of Dalian in images. Tags: |
||||||||||||||
| 15 | foo history 0.2 |
windows | Audio Multimedia->Audio Plugins | FREE |
View Detail
|
|||||||||
foo history is a useful add-on for foobar2000 that allows you to navigate through the history of played tracks in a browser-like environment. Tags: |
||||||||||||||
| 16 | GooDelete History 1.0 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
| 17 | History Book for IE 1.0 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
History Book for IE - read all the URL information in the IE history database and makes a HTML file History Book for Internet Explorer is a simple tool designed to read all the URL information in the IE history database and makes a HTML file that includes URL links of your past visits. Requirements: · Internet Explorer 5 Tags: |
||||||||||||||
| 18 | History Destroyer 3.1 |
windows | Security Privacy->Secure cleaning | $9.99 |
View Detail
|
|||||||||
History Destroyer description With one simple click of History Destroyer you can truely remove all traces of your activities in just seconds When you send your files and documents to the recylce bin they can still be easily recovered. With one simple click of History Destroyer will truely remove all traces of your activities in just seconds! Here · Cleans IE Cookie Folder · Cleans Windows Temp Folder Cache · Cleans Internet Folder History · Cleans Auto URL Complete List · Cleans Windows Recycle Bin · Cleans Windows Temp Folders · Cleans Recently Run Programs · Cleans Recently Open Documents · Cleans Windows Temp Files · Cleans Media Players Play List · Cleans Recent Folder · Cleans Windows ClipBoard · Cleans ScanDisk .CHK File · Erases Windows Secret Index.dat File(s) Limitations: · 30 days trial Tags: |
||||||||||||||
| 19 | GooDelete History 1.0 |
windows | System->Browser Tweak | Free |
View Detail
|
|||||||||
Google Toolbar will clear all items in its search history. Use GooDelete History to individually select a history item from the Google Toolbar search history list and delete it. This helps Google Toolbar users to retain useful keywords in the history list. Search the web at ease using any type of keywords and later delete them using GooDelete. Maintain privacy by removing unwanted and embarassing keywords that you have entered in the Google Toolbar. Don't let others see what you have been searching. Tags:
|
||||||||||||||
| 20 | WebSurfing History 2.0 |
windows | Network Internet->Browsers | $29.95 |
View Detail
|
|||||||||
Tags: |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
