NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Auto play all videos (nou.tronclass.com.tw)
// @namespace Scripts
// @version 0.1
// @description Sequentially auto-play Flowplayer videos (skips collapses & non-video pages).
// @match *://nou.tronclass.com.tw/*
// @grant none
// @run-at document-idle
// @license Apache-2.0
// ==/UserScript==
(() => {
console.log('test');
})();