/**
 * Force Images Visible - HIGHEST PRIORITY
 * إصلاح فوري لجميع الصور
 * Version: 1.0
 */

img, img[src] {
    opacity: 1 !important;
    visibility: visible !important;
}

