optimization, bigger map
Check IP, iplookup.flagfox.net optimized by tomobs
Details
Authortomobs
LicenseNo License
Category/
Created
Updated
Size372 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 Check IP
@version 20231123.22.18
@namespace ?
==/UserStyle== */
@-moz-document domain("iplookup.flagfox.net") {
[src ^="https://www.google.com"]
{
width: 100% !important;
height: 100% !important;
}
#map-canvas
{
border: 5px black double !important;
width: 1000px !important;
height: 700px !important;
}
}