Fake 3D View similiar to what Firefox had integrated up to version 40 or so. Useful for debugging layers in web dev.
Fake-3D by baerbeisser
Details
Authorbaerbeisser
LicenseMIT
Categoryglobal
Created
Updated
Size463 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 Fake-3D
@version 20220726.13.57
@namespace userstyles.world/user/baerbeisser
@description Fake 3D View similiar to what Firefox had integrated up to version 40 or so. Useful for debugging layers in web dev.
@author baerbeisser
@license MIT
==/UserStyle== */
@-moz-document url-prefix("http") {
html * {
border: 3px inset lightgray;
margin: 2px 0 0 3px;
transition: all ease 400ms;
}
}