mirrors the entire web. prone to heck. code shamelessly stolen from https://stackoverflow.com/questions/14193382/css-reverse-a-whole-website-mirror-effect
mirror by neonpixii
Details
Authorneonpixii
LicenseNo License
Categoryeverything
Created
Updated
Size351 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 mirror
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
body {
margin: 0 auto;
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}