forked from Pmmlabs/OpenPeriscope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPeriscope_Web_Client.meta.js
29 lines (29 loc) · 1.52 KB
/
Periscope_Web_Client.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
25
26
27
28
29
// ==UserScript==
// @id [email protected]
// @name Periscope Web Client
// @namespace https://greasyfork.org/users/23
// @description Periscope client based on API requests. Visit example.net for launch.
// @include https://api.twitter.com/oauth/authorize
// @include http*://example.net/*
// @version 1.8
// @author Pmmlabs@github
// @grant GM_xmlhttpRequest
// @connect periscope.tv
// @connect twitter.com
// @connect digits.com
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.js
// @require https://github.com/brix/crypto-js/raw/master/crypto-js.js
// @require http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js
// @require http://leaflet.github.io/Leaflet.markercluster/dist/leaflet.markercluster-src.js
// @require https://github.com/iamcal/js-emoji/raw/master/lib/emoji.js
// @require https://github.com/zenorocha/clipboard.js/raw/v2.0.0/dist/clipboard.min.js
// @require https://github.com/le717/jquery-spoiler/raw/master/jquery.spoiler.min.js
// @require https://github.com/nathancahill/Split.js/raw/master/split.min.js
// @downloadURL https://github.com/Pmmlabs/OpenPeriscope/raw/master/Periscope_Web_Client.user.js
// @updateURL https://github.com/Pmmlabs/OpenPeriscope/raw/master/Periscope_Web_Client.meta.js
// @icon https://github.com/Pmmlabs/OpenPeriscope/raw/master/images/openperiscope.png
// @noframes
// @grant GM_addStyle
// @grant GM_getResourceText
// @resource CSS style.css
// ==/UserScript==