This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathPeriscope_Web_Client.meta.js
33 lines (33 loc) · 1.9 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
30
31
32
33
// ==UserScript==
// @id [email protected]
// @name Periscope Web Client
// @namespace https://greasyfork.org/users/nouser
// @description Periscope client based on API requests. Visit example.net for launch.
// @include https://api.twitter.com/oauth/authorize
// @include http://example.net/*
// @version 0.2.07
// @author Pmmlabs@github modified by gitnew2018@github
// @grant GM_xmlhttpRequest
// @connect periscope.tv
// @connect pscp.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/gitnew2018/My-OpenPeriscope/raw/master/Groups.js
// @require https://github.com/gitnew2018/My-OpenPeriscope/raw/master/ApiTest.js
// @require https://github.com/gitnew2018/My-OpenPeriscope/raw/master/PeriscopeApiWrapper.js
// @require https://unpkg.com/split.js/dist/split.min.js
// @downloadURL https://github.com/gitnew2018/My-OpenPeriscope/raw/master/Periscope_Web_Client.user.js
// @updateURL https://github.com/gitnew2018/My-OpenPeriscope/raw/master/Periscope_Web_Client.meta.js
// @icon https://github.com/gitnew2018/My-OpenPeriscope/raw/master/images/openperiscope.png
// @noframes
// @grant GM_addStyle
// @grant GM_getResourceText
// @resource CSS https://github.com/gitnew2018/My-OpenPeriscope/raw/master/style.css
// ==/UserScript==