NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace https://openuserjs.org/users/neverlegend // @name Break Uncopyable YY // @description none. // @version 5.0 // @author neverlegend // @match https://truyenyy.vip/* // @include https://truyenyy.vip/* // @icon https://truyenyy-cdnx.yeuthanky.com/truyenyy/img/icon-144.png // @require http://code.jquery.com/jquery-3.4.1.min.js // @updateURL https://openuserjs.org/meta/neverlegend/Break_Uncopyable_YY.meta.js // @downloadURL https://openuserjs.org/install/neverlegend/Break_Uncopyable_YY.user.js // @copyright 2021, neverlegend (https://openuserjs.org/users/neverlegend) // @run-at document-end // @grant GM_xmlhttpRequest // @grant GM.xmlHttpRequest // @license MIT // ==/UserScript== $(document).ready(function () { if ($('#vip-content-placeholder').length) { $('#inner_chap_content_1').on('click', function () { if ($('#vip-content-placeholder-2').length) { if ($('.inner').children().not('p').length) { location.reload(); } /*var els = $('p'); var customTags = els.children().children(); customTags.each(function(i, ele) { ele.remove(); });*/ $('p').children().children().remove(); $('style').remove(); $('p').children().contents().unwrap(); $('p').remove( ":contains('-----')," + ":contains('dịch: Thiên Đình')," + ":contains('Team: Thiên Đình')," + ":contains('TTTV')," + ":contains('Truyện được đăng tải độc quyền trên web Truyenyy.com')," + ":contains('Truyện được đăng tải độc quyền trên web Truyeyy.com')," + ":contains('Truyện được đăng tải độc quyền tại web Truyenyy.com')," + ":contains('Truyện được đăng tải độc quyền trên web Truyenyy.cọm')," + ":contains('Nguồn: Truyện y y.')" ); } else { location.reload(); } }); } });