NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Bangumi Mask Plus // @namespace com.ruocaled // @description Replace masked spoiler text in bgm.tv to prevent accidental reveals. // @version 0.23 // @include http://bgm.tv/* // @include https://bgm.tv/* // @include http://bangumi.tv/* // @include http://chii.in/* // @run-at document-end // ==/UserScript== $('span[style$="background-color:#555;color:#555;border:1px solid #555;"]').html('剧透死全家哦~☆');