View passwords saved with “Remember Me” option ونظرا لكلمات المرور المحفوظة "تذكرني" الخيار

ADVERTISEMENT إعلانات
To get our software and web/tips via email, sign up for للحصول على برنامجنا والإنترنت / نصائح عبر البريد الإلكتروني ، والاشتراك في daily email newsletter بريد إلكتروني النشرة الإخبارية اليومية . .
Subscribe to RSS feed اشترك في تغذية RSS or أو follow me بي on Twitter? على التغريد؟

“Remember Me” checkboxes are provided in most login features so that you do not have to type your password every time. "تذكرني" مربعات وتقدم في معظم سمات الدخول بحيث لم يكن لديك كلمة السر لنوع في كل مرة. Because of this, we may not type the password for a long time and eventually forget it. وبسبب هذا ، فإننا قد لا اكتب كلمة السر لفترة طويلة ، وننسى أنه في نهاية المطاف. Unless you use a password manager to store all your passwords, retrieving passwords which are stored with the “Remember me” option is difficult. إلا إذا كنت تستخدم مدير كلمة السر الخاصة بك لتخزين جميع كلمات المرور ، استرجاع كلمات المرور التي يتم تخزينها مع "تذكرني" الخيار الصعب.

How to retrieve passwords stored with “Remember Me option كيفية استرجاع كلمات المرور المخزنة مع "الخيار تذكرني.

We can use a Javascript bookmark to retrieve passwords. يمكننا استخدام جافاسكريبت المرجعية لاستعادة كلمات المرور. The Javascript can either be entered to the address bar, or saved as a bookmark. فإن جافاسكريبت ويمكن إما أن تدخل إلى شريط العنوان ، أو توفيرها باعتبارها المرجعية. Once you enter it, a popup window will come up with the stored password. وبمجرد دخول ، نافذة منبثقة يخرج مع كلمة المرور المخزنة.

This trick only work on Firefox browser. هذه حيلة سوى العمل على متصفح فايرفوكس. On any page or login forms with asterisks passwords, copy paste the following Javascript into the url bar and hit enter. على أية صفحة تسجيل الدخول أو أشكال العلامات النجمية مع كلمات السر ، ولصق نسخة التالية جافاسكريبت في شريط العنوان وبلغ بالدخول. Your password should display on a popup window. كلمة السر ينبغي عرضها على نافذة منبثقة.

The code below can be entered to the address bar. الشفرة ادناه يمكن ادخال لشريط العنوان.

ADVERTISEMENT إعلانات

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; j) { f = F[j]; for (i=0; i<f.length; i) { if (f[i].type.toLowerCase() == "password") s = f[i].value "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" s); else alert("There are no passwords in forms on this page.");})(); جافا سكريبت : (وظيفة () (فار ق و ، ي ، و ، ط ؛ ق = "" ؛ واو = document.forms ؛ لي = 0 ؛ ي <F.length ؛ ي) = (إف و ([ي] ؛ لط = 0 ؛ ط <f.length ؛ ط) (اذا (و [ط]. type.toLowerCase () == "كلمة السر") و (ع م) [ط]. القيمة "\ ن" ؛)) اذا (ق) في حالة تأهب ( "كلمات المرور في النماذج الموجودة في هذه الصفحة : \ ن \ ن") ؛ تنبيه آخر) "لا توجد كلمات المرور في النماذج الموجودة في هذه الصفحة.")؛})()؛

Alternatively, you can drag the link بدلا من ذلك ، يمكنك سحب الصلة View Password ونظرا لكلمة المرور to your bookmarks and use it when when you want to view a saved password. إلى قائمة العناوين واستخدامها عندما عندما كنت تريد عرض محفوظ كلمة السر.

To get our latest articles, للحصول على أحدث المواد ، click here to sign up اضغط هنا للتوقيع for our free email newsletter or subscribe to لبريد مجاني أو الاشتراك في النشرة الإخبارية RSS feed تغذية RSS

§ Leave a Reply § اترك رد