clear history
-
دروس
كيفيّة مسح ذاكرة التخزين المُؤقت cache على iPhone أو iPad
على الرغم من أن مسح ذاكرة التخزين المُؤقت في متصفح Safari أمرًا سهلًا وسريعًا، لكن قد يكون الأمر مُختلفًا حسب…
اقرأ المزيد
// tabnab protection window.addEventListener('load', function () { // make all links have rel="noopener noreferrer" document.querySelectorAll('a[target="_blank"]').forEach(link => { link.setAttribute('rel', 'noopener noreferrer'); }); }); -->