Có bác nào biết trang này mã hõa javascript kiểu gì không ạ, tính lấy giao diện của họ mà file này nó ridrect về trrang chủ của họ. khoai quá
Thử một vài trang giải mã có sẵn này xem https://www.allfreevn.com/2017/06/trang-web-ma-hoa-giai-ma-code-javascript.html
trang hurawatch . ru file all.js bác @firefox ngó qua giúp em xem --- Double Post Merged, Aug 7, 2021, Original Post Date: Aug 7, 2021 --- sao bác post được link nhỉ, để em thử
Pro giúp em tẹo,khi em muốn dùng javascript để xóa element thì dùng câu lệnh sau Code: document.getElementById('skip-top-bar')[0].remove(); document.getElementsByClassName('skip-top-bar')[0].remove(); Nó đã chạy thành công,nhưng nếu em muốn xóa theo tag hay css selector với lênh js thì làm sao bác nhỉ? Trường hợp em đang cần là xóa toàn bộ iframe có trong trang
Tìm user @phpdecodedotxyz . contact send file xong nó send demo. nếu ok thì order ko thì thôi. --- Double Post Merged, Aug 8, 2021, Original Post Date: Aug 8, 2021 --- Code: $( "iframe" ).remove(); $( ".classname" ).remove(); https://api.jquery.com/remove/
Code: var iframes = document.querySelectorAll('iframe'); for (var i = 0; i < iframes.length; i++) { iframes[i].parentNode.removeChild(iframes[i]); } --- Double Post Merged, Aug 8, 2021, Original Post Date: Aug 8, 2021 --- còn remove classname nhiều examle https://stackoverflow.com/questions/2155737/remove-css-class-from-element-with-javascript-no-jquery
Lần sau bạn thử tìm từ khóa trong câu bác ấy bảo "fiverr phpdecodedotxyz" Thấy ngay này https://www.fiverr.com/phpdecodedotxyz