We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74ffa53 + 524b421 commit 02ad35eCopy full SHA for 02ad35e
douglos.js
@@ -1,8 +1,9 @@
1
window.onload = () => {
2
const imgs = [...document.getElementsByTagName('img')]
3
+ const douglos = ["5mSHRK5.png", "xu3xAY6.png", "tiomAm9.jpg", "XSrHlah.jpg", "Gt1AJCD.jpg"]
4
5
imgs.forEach(img => {
6
if (Math.random() >= 0.9)
- img.src = "https://i.imgur.com/XSrHlah.jpg"
7
+ img.src = `https://i.imgur.com/${douglos[Math.floor(Math.random() * douglos.length)]}`
8
})
9
}
0 commit comments