Skip to content

Instantly share code, notes, and snippets.

@AlienQbw
Last active March 13, 2022 21:48
Show Gist options
  • Save AlienQbw/7f6798114e4d41c836bd8aa87aabe24f to your computer and use it in GitHub Desktop.
Save AlienQbw/7f6798114e4d41c836bd8aa87aabe24f to your computer and use it in GitHub Desktop.
Google Search Commands

Google Search Tips

Exact

When looking for exact phrase:
Instead of: Objects are not valid as a React child
Do this: "Objects are not valid as a React child"


Site

For bad documentation sites:
site:SiteURL react hooks


Exclude

If in searches there are too many not related to your question websites:

  • we put "-" sign before the element that we want to exclude
    How to grab an element from the dom -jquery

Before or after

If we need something after or before certain period:
react hooks after:2020

  • we can use after:YEAR or before:YEAR

Range

If we want something in specific range
Youtube awards winners 2013..2015


Filetype

For specific file types:
filetype:pdf


Cache

To check your website as google sees it at the moment:
cache:youtube.com


Resource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment