The books in are priority:
-
النحو الصغير ونظمه وفتحه وشرحه Al-Nahw al-Saghir wa Nazmuhu wa Fathuhu wa Sharhuhu
- Price (with Tax): 35.01 ريال
- Weight: 0.635 كجم
- Page: https://www.nasihaa.com/product/alnho-alsghyr-onthmh-ofthh-oshrhh
- Image:
The books in are priority:
النحو الصغير ونظمه وفتحه وشرحه Al-Nahw al-Saghir wa Nazmuhu wa Fathuhu wa Sharhuhu

Numbered list (Arabic title — transliteration — link) books for Arib to get:
شرح اقتضاء الصراط المستقيم — Sharh Iqtida’ al-Sirat al-Mustaqim — https://ibnothaimeen.net/products/%D8%B4%D8%B1%D8%AD-%D8%A7%D9%82%D8%AA%D8%B6%D8%A7%D8%A1-%D8%A7%D9%84%D8%B5%D8%B1%D8%A7%D8%B7-%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D9%82%D9%8A%D9%85
فتاوى أركان الاسلام — Fatawa Arkan al-Islam — https://ibnothaimeen.net/products/%D9%81%D8%AA%D8%A7%D9%88%D9%89-%D8%A3%D8%B1%D9%83%D8%A7%D9%86-%D8%A7%D9%84%D8%A7%D8%B3%D9%84%D8%A7%D9%85
شرح العقيدة السفَّارينية — Sharh al-‘Aqidah al-Saffariniyyah — [https://ibnothaimeen.net/products/%D8%B4%D8%B1%D8%AD-%D8%A7%D9%84%D8%B9%D9%82%D9%8A%D8%AF%D8%A9-%D8%A7%D9%84%D8%B3%D9%81
| Khaled | |
| Khalid | |
| Khalead | |
| Khaleed | |
| Khal[e|i][e|a]*d |
| var mins = 0; | |
| var sec = 0; | |
| durations = Array.from(document.querySelectorAll('.duration')) | |
| durations.forEach(e => { | |
| mins += parseInt(e.textContent.split(":")[0]); | |
| sec += parseInt(e.textContent.split(":")[1]); | |
| }) | |
| sec += (mins * 60) | |
| new Date(sec * 1000).toISOString().substr(11, 8); |
| /* | |
| * Author: Khaled Mohammad | |
| * Dated: 6th January, 2018 | |
| * | |
| * How to use: | |
| * 1.Go to your github profile page: github.com/<yourusername>/ | |
| * 2.Open console by pressing F12. | |
| * 3.Paste the code below. | |
| * 4.It will show you some juicy stats about your profile.Tadaaa! | |
| * |