Tweak for Cookie Clicker, makes the area you can click cookies MUCH bigger :D
Bigger Cookie Range by impala101
Details
Authorimpala101
LicenseNo License
Categorycookieclicker
Created
Updated
Size515 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 Bigger Cookie Range
@version 20210921.02.12
@namespace userstyles.world/user/impala101
@description Tweak for Cookie Clicker, makes the area you can click cookies MUCH bigger :D
@author impala101
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://orteil.dashnet.org/cookieclicker/") {
#cookieAnchor{
position:absolute;
top:300px;
left:0px;
}
#bigCookie{
width:717px;
height:750px;
border-radius:0px;
}
#productlevel0{
z-index:7;
}
}