This tool used to merge script.js and license.XX.js to one file then do some tasks to make AdBlock harder to block the script.
After pressing the GET button above, please save the combined.js file. It contains both the script.js and your license file. Follow this guide to use it:
<script src="combined.js" cf-async="false"></script>
<script>
BetterJsPop.add('http://example.com/?use-default-options');
BetterJsPop.add('http://example.com/?use-pop-up', {tab: false, under: false});
BetterJsPop.add('http://example.com/?use-tab-up', {tab: true, under: false});
BetterJsPop.add('http://example.com/?use-tab-under', {tab: true, under: true});
BetterJsPop.add('http://example.com/?use-cookie-5-seconds', {expires: 5});
</script>
It's recommended to rename combined.js file to another name without worlds like "ads", "ad" or "pop".
For more customizations, please refer to the documentation inside the docs folder in the .zip file.
You can download our latest version here