Open developer tools in your own browser and look at the network tab. Click on the requests and click Block Request then refresh (Right click refresh button and reload without cache)
Keep blocking images and scripts until the website stops working
Take that list of blocked stuff and put it in your script using Request Mask Deny
how to post without duplicate data
-
I have a list of 100 groups to post to and 10 accounts.
I want to post
1 account to post 10 groups,
Account 2 will post 10 groups
account 3 account 4 will post like thisand can run multi-threaded without duplicate data of those 100 groups
I manage groups and accounts on Database
any ideas can help me
thank
-
There are multiple sollutions. The easiest is to
simply set it in resource files themselfs. So you
can create txt or csv file with accounts where
you will copy same account 10 times and that
resource file will have same number of lines like
list of groups - in your case 100.