PTP - Stream Plex

ptp stream plex description

As of 01.06.2023. See ბოლო ვერსია.

// ==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")


})();