Created
February 15, 2020 03:23
-
-
Save andy3520/c9a30de1b4ab6e60a43191ff1f58d717 to your computer and use it in GitHub Desktop.
Xoá bỏ box yêu cầu nhập thông tin và xoá class blur khi xem itviet.com mà dùng tk chưa điền thông tin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.querySelectorAll('.box-action-blur-reviews.box-signed-in').forEach(e => e.parentNode.removeChild(e)); | |
document.querySelectorAll('.blur').forEach(e => e.classList.remove('blur')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment