Skip to content

Instantly share code, notes, and snippets.

@andy3520
Created February 15, 2020 03:23
Show Gist options
  • Save andy3520/c9a30de1b4ab6e60a43191ff1f58d717 to your computer and use it in GitHub Desktop.
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.
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