-
Notifications
You must be signed in to change notification settings - Fork 22
/
SteamDiscoveryQueueAutoSkipper.meta.js
19 lines (19 loc) · 1.15 KB
/
SteamDiscoveryQueueAutoSkipper.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @author PotcFdk
// @name Steam Discovery Queue Auto-Skipper
// @namespace https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper
// @description Auto-clicks the "Next in Queue" button in Steam Discovery Queues.
// @include http://store.steampowered.com/app/*
// @include https://store.steampowered.com/app/*
// @include http://store.steampowered.com/agecheck/app/*
// @include https://store.steampowered.com/agecheck/app/*
// @include http://store.steampowered.com/explore*
// @include https://store.steampowered.com/explore*
// @version 1.0.0
// @grant none
// @icon https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/logo.png
// @downloadURL https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/SteamDiscoveryQueueAutoSkipper.user.js
// @updateURL https://raw.githubusercontent.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/master/SteamDiscoveryQueueAutoSkipper.meta.js
// @homepageURL https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper
// @supportURL https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/issues
// ==/UserScript==