Created
June 17, 2020 03:15
-
-
Save moeiscool/4d94f727ef04b19ef940c49f9266d0a0 to your computer and use it in GitHub Desktop.
Remove Forbes.com Anti-Ad-Blocker for CJS
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
// 1. get google chrome. | |
// 2. Install CJS (Allows running custom JavaScript on any website) | |
// 3. go to forbes.com and click CJS in the top right and paste the following code and save. | |
setTimeout(() => {console.log('hello');var element = document.querySelector('.fbs-auth__container'); element.parentNode.removeChild(element); document.querySelector('body').style = 'overflow:auto!important';},1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment