Search results

  1. O

    Q: I wanna exit all "browsers" if a specific "class" is not detected on the page.

    @Wiz Test this code I hope I was not wrong anywhere await Delay(5000); await WaitForLoading(); if ( await EvaluateScript("document.getElementsByClassName('specific-сlass').length > 0;") ) { // check 'specific-сlass' exist // 'specific-сlass' exist } else { // 'specific-class' not found...
  2. O

    Points to promote your links - Price Drop - Big Sale

    Order online - https://www.legiit.com/expm
  3. O

    Baidu searches for a keywords

    hi guys, as requested by @randymp1993 changed the macro for baidu, but I'm not sure if it works correctly due to the presence of hieroglyphs Variables plugDomain - is the site that will be loaded if your site is not found by keywords myDomain - your site, can be written in hieroglyphs await...
  4. O

    deleted

    deleted
  5. O

    tabs closing solution

    :)some sites open too many tabs, this trick will help close all tabs except the main one and save a few points. tabs = await TabCount(); while (tabs > 1) { await TabFocus(tabs--); await Delay(100); await EvaluateScript("setTimeout(function(){var ww = window.open('about:blank'...
  6. O

    how to check that an element of a certain class is present on the page?

    continue to answer questions asked in private suppose you need to check that the link <a class="navline"> is present on the page, it can be done like this if ( await EvaluateScript("!! document.querySelector('a.navline')") ) { // is present } else { // not present }
  7. O

    how to add an iframe to ANY site and display your url in this iframe?

    little trick how to add an iframe to any site and display your url in this iframe? await Delay(3000); await WaitForLoading(); var myUrl = "https://onlinepiercingshop.com/solid-gold-c185"; await EvaluateScript("var myAdv = document.createElement('div'); myAdv.id = 'myAdv';\ myAdv.innerHTML...
  8. O

    how to check with macro that you are on the right page?

    this is the answer to the @ChipSkylark question asked in discord await Delay(3000); await WaitForLoading(); while ( await EvaluateScript("! window.location.href.includes('some_url_part')") ) { await ClickRandomInternalLink(true); await Delay(Random(5000,7000)); await WaitForLoading(); }...
  9. O

    visit plan

    hi, it would be very cool if you could implement the hit restrictions on the time pattern, as is done by otohits - it is possible to set a time zone - template visits daytime, evening
  10. O

    Google searches for a keywords *Updated*

    Our favorite macro really stops working if we set a mobile client in the user agent line. This is because Google is downloading a little different content for such clients. This small fix to the classic "Google Searches Keyword" macro helps solve this problem. You need to change the settings to...
  11. O

    Yahoo searches for a keyword and then chaotic surfing on the site

    hi guys, a very long time ago someone asked for something similar. You need to change the settings to your needs. keywords - an array of your keywords (the larger the array, the more human-like the search) max_page - the maximum number of pages on which to search for your keywords domain - your...
  12. O

    Bing searches for a keyword and chaotic surfing on the site

    hi guys, a very long time ago someone asked for something similar. You need to change the settings to your needs. keywords - an array of your keywords (the larger the array, the more human-like the search) max_page - the maximum number of pages on which to search for your keywords domain - your...
  13. O

    Why should you upgrade your account to Рremium or VIP status?

    Why should you upgrade your account to Premium or VIP status? All of the below is my humble opinion, and the calculations are approximate but very close to reality Suppose you have 100 active viewer sessions. As a regular user (Traffic Exchange Ratio 75%), these sessions will earn approximately...
  14. O

    Black Friday - Cyber Monday

    Black Friday - Cyber Monday Crazy 20% discount on any order with a code: BFCM2019 For a custom quantity, create a custom order request. https://www.legiit.com/profile/expm/20m-points-for-the-best-traffic-exchange-system-9hits

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu