This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add section for Bing premium version
- Loading branch information
1 parent
7d746d9
commit ee9eb54
Showing
3 changed files
with
61 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
<html> | ||
|
||
<head> | ||
<title>Google Ads Clicker</title> | ||
<title>Google/Bing Ads Clicker</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="keywords" content="coşkun deniz, google ads clicker, | ||
ad clicker, python, selenium, | ||
browser automation" /> | ||
<meta name="description" content="Google Ads Clicker support page"> | ||
bing ads clicker, ad clicker, | ||
python, selenium, browser automation"/> | ||
<meta name="description" content="Google/Bing Ads Clicker support page"> | ||
<meta name="author" content="Coşkun Deniz, [email protected]"> | ||
<meta name="url" content="https://coskundeniz.github.io/ad_clicker"> | ||
|
||
|
@@ -21,7 +21,7 @@ | |
<div class="container"> | ||
<h1> | ||
<a href="https://github.com/coskundeniz/ad_clicker" class="header"> | ||
Google Ads Clicker | ||
Ad Clicker | ||
</a> | ||
</h1> | ||
|
||
|
@@ -41,15 +41,21 @@ <h1> | |
</div> | ||
<div class="row mt-4"> | ||
<button type="button" class="btn btn-premium btn-block" data-bs-toggle="modal" | ||
data-bs-target="#premiumModal"> | ||
Get Premium | ||
data-bs-target="#premiumModalGoogle"> | ||
Get Premium for Google | ||
</button> | ||
</div> | ||
<div class="row mt-4"> | ||
<button type="button" class="btn btn-premium btn-block" data-bs-toggle="modal" | ||
data-bs-target="#premiumModalBing"> | ||
Get Premium for Bing | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="modal fade" id="premiumModal" tabindex="-1" aria-labelledby="premiumModalLabel" aria-hidden="true"> | ||
<div class="modal fade" id="premiumModalGoogle" tabindex="-1" aria-labelledby="premiumModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog modal-dialog-centered mt-5"> | ||
<div class="modal-content premium-modal"> | ||
<div class="modal-header"> | ||
|
@@ -69,6 +75,7 @@ <h5 class="modal-title" id="premiumModalLabel">Additional Features in Premium</h | |
<li>Set min/max waiting range for ad and non-ad pages</li> | ||
<li>Use custom collected cookies</li> | ||
<li>Set the running interval time</li> | ||
<li>Summary of statistics</li> | ||
<li>Click on the top shopping ads up to 5</li> | ||
<li>2captcha integration (<a href="https://youtu.be/GS9SDhBR4Fw" target="_blank" class="external-link">see recording</a>)</li> | ||
</ul> | ||
|
@@ -83,7 +90,48 @@ <h5 class="modal-title" id="premiumModalLabel">Additional Features in Premium</h | |
<div class="modal-footer"> | ||
<p>If you are interested in buying the premium version for $250, please | ||
<a href="mailto:[email protected]" class="email-link">send me an email</a> | ||
with the subject "ad_clicker premium".</p> | ||
with the subject "google ad_clicker premium".</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="modal fade" id="premiumModalBing" tabindex="-1" aria-labelledby="premiumModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog modal-dialog-centered mt-5"> | ||
<div class="modal-content premium-modal"> | ||
<div class="modal-header"> | ||
<h5 class="modal-title" id="premiumModalLabel">Additional Features in Premium</h5> | ||
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> | ||
</div> | ||
<div class="modal-body"> | ||
<ul> | ||
<li>Single config file for all options</li> | ||
<li>Clear cache and cookies on browser exit</li> | ||
<li>External file for user agents</li> | ||
<li>Set browser window size</li> | ||
<li>Set opening URL based on the proxy country</li> | ||
<li>Random scrolls and mouse movements on pages</li> | ||
<li>Click non-ad links with domain filtering or in random</li> | ||
<li>Custom click order between ad and non-ad links</li> | ||
<li>Set min/max waiting range for ad and non-ad pages</li> | ||
<li>Use custom collected cookies</li> | ||
<li>Set the running interval time</li> | ||
<li>Summary of statistics</li> | ||
<li>Click on the top shopping ads up to 5</li> | ||
<li>2captcha integration</li> | ||
</ul> | ||
<p>You can see a recording of the execution | ||
<a href="https://youtu.be/V82uyaDeW1g" target="_blank" class="external-link">here</a>. | ||
</p> | ||
<p>See | ||
<a href="https://www.dropbox.com/s/9x5vze3mldof0mu/user_manual.pdf?dl=0" target="_blank" class="external-link">the user manual</a> | ||
for all options and explanations. | ||
</p> | ||
</div> | ||
<div class="modal-footer"> | ||
<p>If you are interested in buying the premium version for $300, please | ||
<a href="mailto:[email protected]" class="email-link">send me an email</a> | ||
with the subject "bing ad_clicker premium".</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains 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