Pengguna:Iwan Novirion/highlightLocalImgs.js

Catatan: Setelah menyimpan, Anda harus memintas tembolok (cache) peramban Anda untuk melihat perubahannya. Google Chrome, Firefox, Microsoft Edge dan Safari: Tahan tombol Shift dan klik Muat ulang (Reload) di tombol bilah alat. Untuk detail dan instruksi tentang peramban lain, lihat halaman menghapus singgahan (Inggris).

function cssC(){
     mwbaseimgpath=wgServer.split('.');
     mwbaseimgpathc=mwbaseimgpath[1]+"\/"+mwbaseimgpath[0].split("\/")[2];
     console.log(mwbaseimgpathc);
     $('img[src*="\\/'+mwbaseimgpathc+'\\/"]').css("border", "3px solid #0f0");   //Gambar lokal yang dihasilkan
}
$(cssC);