Tengrinews copyright remove

This script removes copyright from copied text

当前为 2017-08-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         Tengrinews copyright remove
// @name:ru      Удаление копирайта на Tengrinews 
// @namespace    https://dasefern.com/
// @version      0.1
// @description  This script removes copyright from copied text
// @description:ru Скрипт удаляет копирайт при копировании текста с Tengrinews
// @author       Kesantielu Dasefern
// @match        https://tengrinews.kz/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.oncopy = null;
})();