Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion gis-vib.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
// @name:nl Google zoeken "Afbeelding bekijken" knop
// @namespace https://github.com/devunt/make-gis-great-again
// @icon https://raw.githubusercontent.com/devunt/make-gis-great-again/master/icons/icon.png
// @version 1.4
// @updateURL https://raw.githubusercontent.com/devunt/make-gis-great-again/master/gis-vib.user.js
// @downloadURL https://raw.githubusercontent.com/devunt/make-gis-great-again/master/gis-vib.user.js
// @version 1.5
// @description This userscript adds "View Image" button to Google Image Search results.
// @description:ru Этот скрипт добавляет кнопку "Показать в полном размере" к результатам Google Image Search.
// @description:sl Ponovno prikaže gumb "Ogled slike" na Google Slikah.
Expand All @@ -21,6 +23,7 @@
// @author Bae Junehyeon
// @run-at document-end
// @include http*://*.google.tld/search*tbm=isch*
// @include http*://*.google.tld/imgres*
// ==/UserScript==

const lang = {
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Google Search \"View Image\" Button",
"description": "Make view image button great again.",
"homepage_url": "https://github.com/devunt/make-gis-great-again",
"version": "1.4",
"version": "1.5",
"icons": {
"48": "icons/icon.png",
"96": "icons/icon@2x.png"
Expand Down Expand Up @@ -211,7 +211,7 @@
"*://*.google.co.zm/*",
"*://*.google.co.zw/*"
],
"include_globs": ["*tbm=isch*"],
"include_globs": ["*tbm=isch*", "*/imgres*"],
"js": ["./gis-vib.user.js"]
}
]
Expand Down