Vinesauce+

Vinesauce Chat Integration via Chatango

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name       Vinesauce+
// @namespace  Alizarin
// @version    1.2
// @description  Vinesauce Chat Integration via Chatango
// @include    http://vinesauce.com/  
// @include    http://vinesauce.booru.org/*
// @include    http://vinesauce.com/vinetalk/*
// ==/UserScript==
 
function async_load() {
    s.id = "cid0020000083578548633";
    s.src = (window.location.href.indexOf('file:///') > -1 ? 'http:' : '') + '//st.chatango.com/js/gz/emb.js';
    s.style.cssText = "width:630px;height:535px;";
    s.async = true;
    s.text = '{"handle":"vinesaucevidya","arch":"js","styles":{"a":"1f1f1f","b":100,"c":"33ff33","d":"cccccc","e":"101010","f":71,"g":"f6f6f4","h":"171717","j":"ffffff","k":"666666","l":"252525","m":"ffffff","n":"dddddd","p":"10","q":"1f1f1f","r":100,"pos":"br","cv":1,"cvbg":"252525","cvfg":"a0c55f","cvw":75,"cvh":30}}';
    (document.head||document.documentElement).appendChild(s);
}
var s = document.createElement('script');
if (s.async == undefined) {
    if (window.addEventListener) {
        addEventListener('load', async_load, false);
    } else if (window.attachEvent) {
        attachEvent('onload', async_load);
    }
} else {
    async_load();
}