Skip to content

Instantly share code, notes, and snippets.

@imteekay
Created June 6, 2020 15:37
Show Gist options
  • Save imteekay/0905da1d25bb5a7af68bf44a85cb7589 to your computer and use it in GitHub Desktop.
Save imteekay/0905da1d25bb5a7af68bf44a85cb7589 to your computer and use it in GitHub Desktop.
const lockedProblems = document.querySelectorAll('[data-original-title="Subscribe to unlock"]');
lockedProblems.forEach(problem => {
problem.parentElement.parentElement.parentElement.parentElement.remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment