Gadget:BlurSpoilers.js

来自乐园数据管理室
$('.spoiler').click(function () {
  this.style.filter = "none";
  this.style.cursor = "default";
})