પોસ્ટ્સ

છબી
RandomPostsGenerator = typeof RandomPostsGenerator == 'undefined' ? 0 : RandomPostsGenerator + 1; (function(nr) { let tab = []; let s = document.querySelectorAll('script[src="https://probloggerplugins.github.io/randomPosts/randomPosts.js"]')[nr]; let glowny = document.createElement('div'); let z = 'qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM1234567890_-'; let d = 'pbpRP-'; while (d.length < 16) { d += z[Math.floor(Math.random() * z.length)]; } glowny.id = d; s.parentNode.insertBefore(glowny, s); let ile = Number(s.getAttribute('numberOfPosts')); if (ile < 1 || isNaN(ile)) ile = 5; let kat = s.getAttribute('label'); if (kat === 'none' || kat === '' || kat === null) { kat = ''; } else { kat = '/-/' + kat; } let wtx = Number(s.getAttribute('textSize')); if (wtx < 4 || isNaN(wtx)) wtx = 12; let wtl = Number(s.getAtt