PTP - Stream Plex

ptp stream plex description

2023-06-01 기준 버전입니다. 최신 버전을 확인하세요.

// ==UserScript==
// @name         PTP - Stream Plex
// @namespace    http://tampermonkey.net/
// @version      0.5
// @match        https://passthepopcorn.me/*
// @grant        none
// @description ptp stream plex description
// ==/UserScript==

(function() {

    'use strict';
    console.log("This userscript is hosted in github. 0.1")
    console.log('update v5');

})();