-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WidescreenWallpaperFinder.meta.js
24 lines (24 loc) · 1.21 KB
/
WidescreenWallpaperFinder.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// ==UserScript==
// @name Widescreen Wallpaper Finder
// @namespace http://theundarkpixel.com/
// @version 1.0
// @description Filter images on a page by a minimum width
// @author UndarkAido
// @source https://github.com/UndarkAido/WidescreenWallpaperFinder
// @updateURL https://raw.githubusercontent.com/UndarkAido/WidescreenWallpaperFinder/master/WidescreenWallpaperFinder.meta.js
// @downloadURL https://raw.githubusercontent.com/UndarkAido/WidescreenWallpaperFinder/master/WidescreenWallpaperFinder.user.js
// @supportURL https://github.com/UndarkAido/WidescreenWallpaperFinder/issues
// @include https://www.pidgi.net/*
// @include https://wowpedia.fandom.com/*
// @include https://wall.alphacoders.com/*
// @include http://www.thevideogamegallery.com/*
// @include https://press.activision.com/*
// @include https://blizzard.gamespress.com/*
// @include https://www.pexels.com/*
// @include https://commons.wikimedia.org/*
// @include https://www.deviantart.com/*
// @grant none
// @require https://openuserjs.org/src/libs/sizzle/GM_config.js
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==