This will remove all VK's stupid rounded corners and circular cropping around avatar images.
Remove VK circles & rounded corners by hariolu
Details
Authorhariolu
LicenseNo License
Categoryvk.com
Created
Updated
Size718 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove VK circles & rounded corners
@version 20221129.14.59
@namespace userstyles.world/user/hariolu
@description This will remove all VK's stupid rounded corners and circular cropping around avatar images.
@author hariolu
@license No License
==/UserStyle== */
/* ==UserStyle==
@name Remove VK circles & rounded corners
@namespace UserStyles.world
@author Hariolu
@description `This will remove all VK's stupid rounded corners and circular cropping around avatar images.`
@version 2022.11.29
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("vk.com") {
* {border-radius:0% !important;}
}