-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathThingiversePlus.meta.js
19 lines (19 loc) · 1009 Bytes
/
ThingiversePlus.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @name Thingiverse Plus
// @namespace https://thingiverse.com/
// @version 3.0.0
// @description Thingiverse with extra features
// @author adripo
// @homepage https://github.com/adripo/thingiverse-plus
// @icon https://www.thingiverse.com/favicon.ico
// @updateURL https://raw.githubusercontent.com/adripo/thingiverse-plus/main/ThingiversePlus.meta.js
// @downloadURL https://raw.githubusercontent.com/adripo/thingiverse-plus/main/ThingiversePlus.user.js
// @supportURL https://github.com/adripo/thingiverse-plus/issues
// @match https://www.thingiverse.com/*
// @require https://cdn.jsdelivr.net/gh/CoeJoder/[email protected]/dist/GM_wrench.min.js
// @require https://raw.githubusercontent.com/eligrey/FileSaver.js/master/src/FileSaver.js
// @require https://raw.githubusercontent.com/Stuk/jszip/master/dist/jszip.min.js
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==