Last active
April 5, 2026 17:15
-
-
Save lazuee/2ce5da5670a7bffdd5e89765a3f51846 to your computer and use it in GitHub Desktop.
Remove Bluestacks Ads
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
| bst.feature.bluestacksX="0" | |
| bst.feature.nowbux="0" | |
| bst.feature.nowgg_login_popup="0" | |
| bst.feature.programmatic_ads="0" | |
| bst.feature.send_nowbux_login_boot_stats="0" | |
| bst.feature.send_programmatic_ads_boot_stats="0" | |
| bst.feature.send_programmatic_ads_click_stats="0" | |
| bst.feature.show_gp_ads="0" | |
| bst.feature.show_guest_signin="0" | |
| bst.feature.show_programmatic_ads_preference="0" | |
| bst.fullscreen_blurb_shown="0" | |
| bst.launch_store_on_boot="0" |
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
| bluestacks.com - deny | |
| gstatic.com - deny | |
| now.gg - deny | |
| any - allow |
Just change the lines manually, no need to download the file. Worked for me.
Where did you put the other values like bluestacks.com - deny?
Author
@mreduar the connections-with-little-snitchs.txt is for little snitch app because i'm using macos.

Author
I removed googleapis.com from the deny list because blocking it causes the Google Play Store to display an offline error despite an active network connection.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just change the lines manually, no need to download the file. Worked for me.