remove border on freepik.com
Freepik - Use Borders corners and disable circles by masyudi888
Details
Authormasyudi888
LicenseNo License
Categoryfreepik.com
Created
Updated
Size304 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 Use Borders filter and disable circles
@version 20211003.01.35
@namespace https://userstyles.world/user/masyudi888
@description remove border on freepik.com
==/UserStyle== */
@-moz-document domain("freepik.com") {
* {border-radius:0% !important;}
}