Code update
This commit is contained in:
@@ -61,4 +61,10 @@ function do_search(query) {
|
||||
put_results_on_page();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function replace_jpg_tn(tn) {
|
||||
if (tn.endsWith('jpg')) tn = tn.replace('bigtn', 'webpbigtn').replace(/jpg$/, 'webp');
|
||||
|
||||
return `https:${tn}`
|
||||
}
|
||||
Reference in New Issue
Block a user