pusatdata

Menghilangkan Blur Foto Profil Blogspot

Feb 4th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Now paste the following code directly BEFORE that closing </body> tag:
  2.  
  3. <script type='text/javascript'>
  4. var img = document.getElementsByClassName(&quot;profile-img&quot;);
  5. img[0].setAttribute(&quot;src&quot;, img[0].getAttribute(&quot;src&quot;).replace(/s\B\d{2,4}/,&#39;s&#39; + &#39;256-c&#39;));
  6. </script>
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment