Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
arkadaşlar sitemdeki tüm dış linkleri nasıl git.php ile yönlendirmeli yapabilirim
dòcument.getElementsByTagName('a').forEach(function(link) {
if (link.href.startsWith('http')) link.href='git.php?gidilecek='+link.href;
});