Recent content by haydar

  1. H

    Getting a web page code (user agent: mobile)

    What should I write for Android mobile version (value)? parameter name: user-agent Value: Mozilla/5.0 (Linux; Android 12; Redmi Note 9 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36 Is this right? Thanks
  2. H

    Getting a web page code (user agent: mobile)

    Hello! Using by http get feature, I want to get web page codes of mobile version of a web page. Is it possible to do that? I mean while getting web page code, I want to set user agent as mobile phone. Thanks.
  3. H

    "HTTP Get" function can't get Turkish chracters properly.

    "HTTP Get" function can't get Turkish chracters properly. Do you know how to fix it? Thanks. This is source link: view-source:https://www.sporx.com/son-dakika-spor-haberleri/ This is source Code: <a href="//www.sporx.com/okay-enes-oynadi-getafe-1-puana-razi-oldu-SXHBQ972994SXQ"...
  4. H

    Actions: "Change "Private DNS option"" and "Turn off/on SIM Card 2"

    Hello, I really need these actions; Change "Private DNS option" Turn off/on "SIM card 2" Are they possible in macrodroid or can be possible in the future?
  5. H

    How to delete threads which is posted by me in forum?

    How to delete threads which is posted by me in forum?
  6. H

    I want to remove the first match by using "Text Manupulation -> Replace All" function. Is it possible?

    Sample Code: <a>good</a> deneme yazi deneme<a>good</a> denedim deniyorum <a>good</a> I want to remove first "good". not the others. Leaving 'new text' blank removes all "good"s. This I want to get: <a></a> deneme yazi deneme<a>good</a> denedim deniyorum <a>good</a>
  7. H

    I want to remove the first match by using "Text Manupulation -> Replace All" function. Is it possible?

    I want to remove the first match by using "Text Manupulation -> Replace All" function. Is it possible?
  8. H

    I want to remove a part of html code by using text manupaliton which has a part that contains different value each time.

    You mean is thispossible? Code: A Spor</span></div><div class="match-info">Adana Demirspor - Ankaraspor</div></div><div class="schedule-image"><img src="/assets/images/tv/a-spor.png" alt="A Spor"/></div></li><li data-title="all futbol"><div class="schedule-time">18:30</div><div...
  9. H

    I want to remove a part of html code by using text manupaliton which has a part that contains different value each time.

    Hello! I want to remove this part of html code by using text manupaliton: </div><div class="schedule-image"><img src="/assets/images/tv/a-spor.png" alt=" "/assets/images/tv/a-spor.png" has different value for each line. How to do that? I want to remove all these kind of lines in the code...
  10. H

    I want to extract the item between <a></a> which contains a specific word.

    If we think that web site code is; <a>Hello 1 Abuzer<\a> <a>Hello 2 Arif<\a> <a>Hello 3 Hasan<\a> <a>Hello 4 Ahmet<\a> I want to extract the item between <a></a> which contains word "Arif" only. Is it possible? Thanks.
  11. H

    Can I get a table from a web site save it as a image file?

    Hello! Using macrodroid, Can I get a table or any part of a web site from a web site html code save it as a image file? Is it possible? Thanks.
  12. H

    Can I create such a list which consist of lastest 10 items?

    Thanks a lot, my friend. I will try to figure out how your macro runs extacly by reviewing macro logs 🙂 It seems that old titles never escape my constriant again.
  13. H

    Can I create such a list which consist of lastest 10 items?

    Here it is. I want that same title wont be posted twice. But it sometimes doesnt work and send same title.
Top