Skip to content

davwheat/let-me-really-google-that-for-you

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Let me REALLY Google that for you!

A version of LMGTFY, without ads or trackers, and that ACTUALLY uses Google (and other search engines)!

Try it out!

Introduction

I used to love pissing people off teaching people by using LMGTFY, but they began pushing their "own" search engine instead of Google, then preventing you overriding this with &ovr=1 in the URL.

I made this as a solution to this.

URL format

The URL format tries to be as simple as possible, and matches the original LMGTFY syntax when using simplified. We default to Google, so if you're cool with that, you don't need to add the se parameter.

Simplified

https://lmrgtfy.davwheat.dev/?q=<search query>

Full

https://lmrgtfy.davwheat.dev/?q=<search query>&se=<search engine ID>

Search query

The query should be any URL encoded string. Escape special characters using their standard % escape methods.

// Examples

"hello there" => "hello%20there"
"Howdy! How are you?" => "Howdy!%20How%20are%20you?"

If you want to easily find the URI encoded version of a string, open your browser's DevTools, switch to the Console tab and enter encodeURIComponent("text").

Search engine ID

Below are the currently supported search engines. I plan to add more in the future.

ID Search engine Website
g Google google.com
ddg DuckDuckGo duckduckgo.com

Hosting

All the hosting is done right here using GitHub Pages.

About

A version of LMGTFY, without ads or trackers, and that ACTUALLY uses Google (and other search engines)!

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published