image names 2
This commit is contained in:
@@ -41,7 +41,7 @@ images = getRandom(images, 20);
|
|||||||
full_images = []
|
full_images = []
|
||||||
for (const image of images) {
|
for (const image of images) {
|
||||||
const url = `https://raw.githubusercontent.com/cirosantilli/china-dictatorship-media/master/${image}`;
|
const url = `https://raw.githubusercontent.com/cirosantilli/china-dictatorship-media/master/${image}`;
|
||||||
full_images.push(`${image}`);
|
full_images.push(image.replace(/[_.]/g, ' '));
|
||||||
full_images.push(`<img src="${url}" width="600">`);
|
full_images.push(`<img src="${url}" width="600">`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user