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 press GET button above, please save combined.js file, it contains both script.js and your license file and following this guide to use:
<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', {newTab: false, under: false});
BetterJsPop.add('http://example.com/?use-tab-up', {newTab: true, under: false});
BetterJsPop.add('http://example.com/?use-tab-under', {newTab: true, under: true});
BetterJsPop.add('http://example.com/?use-cookie-5-seconds', {cookieExpires: 5});
</script>
It's recommended to rename combined.js file to another name without worlds like "ads", "ad" or "pop".
For more customizations, please read document inside docs folder from .zip
You can download our latest version here