// ==UserScript==
// @name bgm间隔
// @namespace http://tampermonkey.net/
// @version 0.1
// @author cwk44
// @match https://bgm.tv/subject/*
// @grant none
// @require http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js
// ==/UserScript==
(function() {
'use strict';
//setTimeout(function(){
$('.subject_tag_section').find('a').after("|")
//},1000)
})();