Remove Douban Copyright

for Bonnae broadcast on douban.com

当前为 2018-11-01 提交的版本,查看 最新版本

// ==UserScript==
// @name         Remove Douban Copyright
// @namespace    https://github.com/harryhare
// @version      0.1.3
// @description  for Bonnae broadcast on douban.com
// @author       harryhare
// @match        https://www.douban.com/note/**
// @match        https://*.douban.com/review/**
// @include      https://www.douban.com/node/**
// @include      https://*.douban.com/review/**
// @grant        none
// ==/UserScript==



(function() {
    'use strict';

    var targets=document.querySelectorAll('div#link-report.note,div.review-content.clearfix');
    for(let i=0;i<targets.length;i++){
        targets[i].oncopy=(e)=>{e.stopPropagation();};
    }
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址