Skip to content

Instantly share code, notes, and snippets.

View bijij's full-sized avatar

Josh bijij

  • Brisbane, Queensland, Australia
View GitHub Profile
@bijij
bijij / viewimage.user.js
Last active November 11, 2024 07:06
Userscript version of the View Image chrome extension
// ==UserScript==
// @name View Image
// @namespace https://github.com/bijij/ViewImage
// @version 4.1.1
// @description This userscript re-implements the "View Image" and "Search by image" buttons into google images.
// @author Joshua B
// @run-at document-end
// @include http*://*.google.tld/search*tbm=isch*
// @include http*://*.google.tld/imgres*
// @updateURL https://gist.githubusercontent.com/bijij/58cc8cfc859331e4cf80210528a7b255/raw/viewimage.user.js