Merger

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.

Latest version of script.js file will be automatic included to combined file, you just need to choose only your license file.

Change .popns to a random string to avoid window.popns be blocked by AdBlock.

You can use our APIs under your own variable name instead of BetterJsPop.add(...), etc.

It's recommended to use your own variable name instead of default BetterJsPop.

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