PTP - Stream Plex

ptp stream plex description

目前為 2023-06-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name         PTP - Stream Plex
// @namespace    http://tampermonkey.net/
// @version      0.1
// @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")


})();