Click here to Skip to main content
15,884,388 members
Articles / DevOps / Automation

Let's customize Google to show previous searches

Rate me:
Please Sign up or sign in to vote.
4.89/5 (34 votes)
8 May 2012CPOL11 min read 94.9K   1.1K   63  
The application adds a custom button and a few anchor elements on Google page which link to a previously searched text on google.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomizeGoogle", "CustomizeGoogle\CustomizeGoogle.csproj", "{7EABB40C-F07A-4F4D-8941-FAC6613B251A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7EABB40C-F07A-4F4D-8941-FAC6613B251A}.Debug|x86.ActiveCfg = Debug|x86
		{7EABB40C-F07A-4F4D-8941-FAC6613B251A}.Debug|x86.Build.0 = Debug|x86
		{7EABB40C-F07A-4F4D-8941-FAC6613B251A}.Release|x86.ActiveCfg = Release|x86
		{7EABB40C-F07A-4F4D-8941-FAC6613B251A}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
I'm a ruby developer in LinkedIn these days but used to code in C# some years back for my hobby projects.

Comments and Discussions