how to create a redirect from https://www.google.com/url?q=

Send a gmail to yourself with a link in the content. Inspect Element and you will see. With some automation bots you can mass generate and parse
@tidelow
Hi bro

I sent a mail with my link from htomail to my gmail , then I got the url in data-saferedirecturl, but it will only auto redirect when clicked inside gmail page, once I cpied the url outside then click, it will not auto redirect,

Is there anything I am missing?

The url is like data-saferedirecturl="https://www.google.com/url?q=xxxx&source=gmail&ust=1722929812604000&usg=AOvVaw2OEgwkWddOm37XB2Ouou3X"
 
@tidelow
Hi bro

I sent a mail with my link from htomail to my gmail , then I got the url in data-saferedirecturl, but it will only auto redirect when clicked inside gmail page, once I cpied the url outside then click, it will not auto redirect,

Is there anything I am missing?

The url is like data-saferedirecturl="https://www.google.com/url?q=xxxx&source=gmail&ust=1722929812604000&usg=AOvVaw2OEgwkWddOm37XB2Ouou3X"
That's my problem, and I don't know what the cause is,

but in my opinion if you want to succeed, maybe your domain should be indexed first on Google
 
That's my problem, and I don't know what the cause is,

but in my opinion if you want to succeed, maybe your domain should be indexed first on Google
The URL being indexed shouldn't matter, it will redirect to a non-registered domain/404 all the same.

These redirect links G generates are both limited by time and the number of clicks.

I don't have any issue copying the G link and pasting in different browser for auto redirect.
 
Sorry for my previous reply, it's my mistake, and yes when I copy the link from gmail, it worked, also yes it won't work after few clicks
 
To get around the time/click limitations of the links, you can create a simple bot that automates sending emails with your desired links, parsing the G redirect URL ect.

This technique also works adding links in Google Docs/Sheets.
 
To get around the time/click limitations of the links, you can create a simple bot that automates sending emails with your desired links, parsing the G redirect URL ect.

This technique also works adding links in Google Docs/Sheets.
Thanks for the tip
Yes I created a python script to do this between 2 gmail accounts, also works if sent from hotmail to gmail
 
Back
Top