ac_webp_url_fix

acfun webp url fix

< Feedback on ac_webp_url_fix

Question/comment

evolightingAuthor
§
Posted: 2018-01-08

小书签版本

javascript: (function(){document.querySelectorAll('img[src$=".webp"]').forEach(x=>{x.src=x.src.slice(0,-4)+'jpg'})})();

Post reply

Sign in to post a reply.