from https://tool.zcmzcm.org/webBarrage/help
// ==UserScript==
// @name JianDan Danmaku
// @namespace http://tampermonkey.net/
// @version 0.1
// @description from https://tool.zcmzcm.org/webBarrage/help
// @author You
// @match https://jandan.net/pic/*
// @grant none
// ==/UserScript==
javascript: void((function() {
var i = document.createElement('script');
i.charset = 'utf-8', i.setAttribute('src', 'https://cdn.zcmzcm.org/js/webBarrage/webBarrage.js');
document.body.appendChild(i);
})())