Advertisement
pusatdata

Mengatasi Foto Profil Blogspot yang buram

Feb 4th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Paste di widget html dan diletakkan di bawah widget profil
  2.  
  3. <script type="text/javascript">
  4. var img = document.getElementsByClassName("profile-img");
  5. img[0].setAttribute("src", img[0].getAttribute("src").replace(/s\B\d{2,4}/,'s' + '256-c'));
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement