Skip to content

Instantly share code, notes, and snippets.

@siberex
Last active August 25, 2016 09:47
Show Gist options
  • Save siberex/ac21bb33b7475e6bd81310f4d5aea7e4 to your computer and use it in GitHub Desktop.
Save siberex/ac21bb33b7475e6bd81310f4d5aea7e4 to your computer and use it in GitHub Desktop.
VK.com: Get rid off rounded images
/*
VK.com: Get rid off rounded images
User CSS extension for Chrome:
https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb/related?hl=en
*/
.nim-peer--photo-w,
.post_img, .reply_img, .cell_img,
.fl_l.thumb,
.im_grid>img,
.top_profile_img,
.post_field_user_image,
.ow_ava.ow_ava_small,
.people_cell_img {
border-radius: 3px !important;
}
@ivanxpru
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment