Greasy Fork 还支持 简体中文。

No time Play MoonWalk

прямой запуск плеера

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name        No time Play MoonWalk
// @namespace   name
// @include     http://moonwalk.co/*
// @include     http://moonwalk.cc/*
// @include     http://moonwalk.pw/*
// @include     http://streamguard.cc/*
// @include     http://moonwalk.center/*
// @include     https://moonwalk.co/*
// @include     https://moonwalk.cc/*
// @include     https://moonwalk.pw/*
// @include     https://streamguard.cc/*
// @include     https://moonwalk.center/*
// @version     1.1
// @grant       none
// @description прямой запуск плеера
// ==/UserScript==

var PlayButton = document.getElementsByClassName('play-button');

if(PlayButton.length==0)
{
	PlayButton = document.getElementsByClassName('stubs-image');

}

PlayButton[0].setAttribute('onclick',"showVideo()");