PTP - Stream Plex

ptp stream plex description

Від 02.06.2023. Дивіться остання версія.

// ==UserScript==
// @name         PTP - Stream Plex
// @namespace    http://tampermonkey.net/
// @version      1.41
// @match        https://passthepopcorn.me/*
// @import       /test-import.js
// @grant        none
// import { message } from './test-import.js';

// @description ptp stream plex description
// ==/UserScript==

(function() {

    console.log(message); 

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

})();