diff --git a/bookmarklets.html b/bookmarklets.html
index f59ba460..180e1621 100644
--- a/bookmarklets.html
+++ b/bookmarklets.html
@@ -62,7 +62,7 @@
Other Bookmarklets
-
Car Axle Client
+
s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,".cac__button {\n width: 90% !important;\n line-height: 3vh;\n background: rgba(0, 0, 0, 0.6) !important;\n color: #fff !important;\n text-align: left !important;\n font-size: 1.5vw !important;\n padding-left: 2% !important;\n display: inline-flex !important;\n justify-content: space-between !important;\n align-items: center !important;\n margin-top: 2% !important;\n border: none !important;\n border-radius: 15px !important;\n transition: 1s !important;\n height: auto !important;\n padding-top: 1.5%;\n padding-bottom: 1.5%;\n}\n.cac__button:hover {\n transform: translateX(5px) !important;\n}\n.cac__button:last-child {\n margin-bottom: 5% !important;\n}\n.cac__button p {\n font-size: 1vw;\n color: #fff;\n line-height: 1vh;\n margin: 1% 0;\n}\n.cac__button--enabled {\n box-shadow: inset 70vw 0 0px 0 cornflowerblue !important;\n}\n.cac__button__menuicon {\n margin-right: 2% !important;\n transform: rotate(-90deg) !important;\n transition: 0.5s !important;\n border-radius: 50% !important;\n width: auto;\n height: auto;\n}\n.cac__button__menuicon--enabled {\n transform: rotate(0deg) !important;\n}\n.cac__button__menu-container {\n width: 85% !important;\n line-height: 0vh !important;\n background-color: rgba(0, 0, 0, 0.6) !important;\n text-align: left !important;\n font-size: 1.5vw !important;\n border: none !important;\n border-radius: 15px !important;\n overflow: hidden !important;\n margin-left: 5% !important;\n margin-top: 0% !important;\n padding: 2.5% !important;\n transform-origin: top !important;\n display: none !important;\n flex-direction: column !important;\n}\n.cac__button__menu-container--enabled {\n margin-top: 2% !important;\n display: flex !important;\n}\n.cac__button__menu-container__option-container {\n display: flex !important;\n width: 100% !important;\n flex-direction: column !important;\n align-items: flex-start !important;\n}\n.cac__button__menu-container__option-container__title {\n margin-bottom: 2% !important;\n}\n.cac__button__menu-container__option-container__checkbox {\n width: 1.25vw !important;\n height: 1.25vw !important;\n border-radius: 50% !important;\n border: 1px solid cornflowerblue !important;\n text-align: left !important;\n display: flex !important;\n justify-content: center !important;\n align-items: center !important;\n}\n.cac__button__menu-container__option-container__text {\n border-radius: 5px !important;\n height: auto !important;\n}\n.cac__button__menu-container__option-container__text:focus {\n outline: none !important;\n border: solid 2px cornflowerblue !important;\n}\n",""]);let s=r},5889(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,".cac__notification {\n width: 40%;\n height: 40%;\n border-radius: 20px;\n box-shadow: 0px 0px 50px 10px black;\n background-color: cornflowerblue;\n position: fixed;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n}\n.cac__notification__header {\n font-size: 2.75vmin;\n margin-left: 2vw;\n margin-right: 2vw;\n}\n.cac__notification__body {\n font-size: 2.25vmin;\n margin-left: 2vw;\n margin-right: 2vw;\n}\n.cac__notification__button {\n border-radius: 10px;\n width: 50%;\n padding: 2%;\n right: 0%;\n bottom: 3vh;\n position: absolute;\n background-color: rgba(0, 0, 0, 0.6);\n border: none;\n margin-left: 2vw;\n margin-right: 2vw;\n font-size: 1.5vw;\n cursor: pointer;\n}\n.cac__notification__dismiss {\n left: 0%;\n font-size: 1vw;\n width: 30%;\n background-color: rgba(0, 0, 0, 0.2);\n}\n",""]);let s=r},7622(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,"@keyframes introanim {\n 0% {\n transform: translateX(-50%);\n opacity: 0;\n }\n 100% {\n transform: translateX(0px);\n opacity: 1;\n }\n}\n@keyframes slidein {\n 0% {\n transform: translateX(-20%);\n }\n 100% {\n transform: translateX(0px);\n }\n}\n.cac__section {\n width: 86% !important;\n height: 6% !important;\n background-color: transparent !important;\n text-align: left !important;\n border-radius: 2vw !important;\n position: relative;\n display: flex !important;\n align-items: center !important;\n font-size: 1.5vw !important;\n margin-top: 5% !important;\n transition: 0.5s !important;\n cursor: pointer !important;\n animation: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) introanim forwards;\n animation: slidein 1s cubic-bezier(0.215, 0.61, 0.355, 1);\n}\n.cac__section:hover {\n transform: translateX(5px) !important;\n}\n.cac__section svg {\n margin-left: 1% !important;\n margin-right: 5% !important;\n}\n.cac__section__content {\n width: 100% !important;\n height: 100% !important;\n display: none;\n position: absolute !important;\n align-items: center !important;\n text-align: center !important;\n overflow-y: scroll !important;\n}\n.cac__section__content::-webkit-scrollbar {\n width: 7px !important;\n}\n.cac__section__content::-webkit-scrollbar-track {\n background-color: transparent !important;\n}\n.cac__section__content::-webkit-scrollbar-thumb {\n background-color: cornflowerblue !important;\n border-radius: 7px !important;\n}\n.cac__section__title {\n font-weight: 600 !important;\n font-size: 2.25vw !important;\n line-height: 2.25vw !important;\n margin-left: 5% !important;\n margin-top: 3vh;\n text-align: left !important;\n width: 90% !important;\n}\n.cac__section__description {\n font-weight: 400 !important;\n font-size: 1.5vw !important;\n line-height: 1.5vw !important;\n text-align: left !important;\n margin-left: 5% !important;\n margin-bottom: 3% !important;\n width: 90% !important;\n}\n",""]);let s=r},5089(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,"#custom_cursor_large {\n width: 30px;\n height: 30px;\n background-color: white;\n border-radius: 50%;\n position: fixed;\n pointer-events: none;\n z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000;\n}\n#custom_cursor_small {\n width: 15px;\n height: 15px;\n background-color: white;\n border-radius: 50%;\n position: fixed;\n pointer-events: none;\n z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000;\n}\n",""]);let s=r},7356(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,".cac__game__button {\n width: 90% !important;\n line-height: 3vh;\n background: rgba(0, 0, 0, 0.6) !important;\n color: #fff !important;\n text-align: left !important;\n font-size: 1.5vw !important;\n display: inline-flex !important;\n align-items: center !important;\n margin-top: 2% !important;\n border: none !important;\n border-radius: 20px !important;\n padding: 0;\n transition: 1s !important;\n height: 10vh !important;\n}\n.cac__game__button:active {\n background: cornflowerblue !important;\n}\n.cac__game__image {\n height: 100%;\n border-radius: 20px;\n}\n.cac__game__title {\n position: absolute;\n left: 25%;\n color: #fff;\n margin-left: 2%;\n font-size: 1.6vw;\n line-height: 0px;\n}\n",""]);let s=r},9996(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,".cac__console__container {\n display: inline-flex;\n flex-direction: column;\n width: 90%;\n background-color: rgba(0, 0, 0, 0.6);\n border-radius: 15px;\n height: 70%;\n align-items: end;\n text-align: left;\n}\n.cac__console__output {\n width: 100%;\n height: 92%;\n border: none;\n outline: none;\n color: #fff;\n text-align: left;\n font-size: 1.5vw;\n padding-left: 1vw;\n align-items: flex-start;\n flex-direction: column;\n justify-content: flex-end;\n display: flex;\n font-family: 'Roboto Mono', monospace !important;\n margin-bottom: 1%;\n overflow-y: auto;\n}\n.cac__console__log {\n margin-left: 2%;\n user-select: text;\n font-family: 'Roboto Mono', monospace !important;\n margin-right: 2%;\n width: 95%;\n padding: 0 0.5%;\n margin-top: 1%;\n overflow-wrap: anywhere;\n}\n.cac__console__error {\n color: red !important;\n background-color: rgba(255, 0, 0, 0.1);\n border-radius: 8px;\n margin-left: 2%;\n margin-right: 2%;\n width: 95%;\n padding: 0 0.5%;\n margin-top: 1%;\n font-family: 'Roboto Mono', monospace !important;\n user-select: text;\n overflow-wrap: anywhere;\n}\n.cac__console__input {\n width: 100%;\n height: 7%;\n background-color: cornflowerblue;\n border-radius: 15px;\n border: none;\n outline: none;\n color: #fff;\n font-size: 1vw;\n padding: 1rem;\n align-self: flex-end;\n font-family: 'Roboto Mono', monospace !important;\n resize: none;\n overflow: auto;\n}\n.cac__console__input::placeholder {\n color: #fff;\n opacity: 0.5;\n}\n.cac__console__input ::before {\n content: '>';\n color: #fff;\n font-size: 1.5vw;\n margin-right: 1%;\n}\n",""]);let s=r},1589(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,".cac__pocketbrowser__input {\n width: 90% !important;\n line-height: 6vh !important;\n background: rgba(0, 0, 0, 0.6) !important;\n color: #fff !important;\n text-align: left !important;\n font-size: 1.5vw !important;\n padding-left: 2% !important;\n display: inline-flex !important;\n justify-content: space-between !important;\n align-items: center !important;\n margin-top: 2% !important;\n border: none !important;\n border-radius: 15px !important;\n transition: 1s !important;\n height: auto !important;\n}\n",""]);let s=r},3796(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,".cac__tabbar__button {\n width: 3vw;\n margin: 0px;\n height: 3vw;\n background: transparent !important;\n border: none;\n border-radius: 50%;\n transition: 0.2s;\n}\n.cac__tabbar__button:last-child {\n margin-right: 10px;\n}\n.cac__tabbar__button:active svg {\n transform: scale(0.8) rotate(10deg);\n}\n.cac__tabbar__button:hover p {\n opacity: 1;\n text-align: center;\n}\n.cac__tabbar__button svg {\n width: 70%;\n transition: 0.6s;\n height: 70%;\n margin: 0px;\n padding: 0px;\n}\n.cac__tabbar__button p {\n opacity: 0;\n pointer-events: none;\n position: absolute;\n width: 28vw;\n top: 0.4vw;\n right: 7vw;\n color: #fff;\n transition: 0.3s;\n font-size: 1vw;\n}\n",""]);let s=r},3675(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,".cac__pocketbrowser__input {\n width: 90% !important;\n line-height: 6vh !important;\n background: rgba(0, 0, 0, 0.6) !important;\n color: #fff !important;\n text-align: left !important;\n font-size: 1.5vw !important;\n padding-left: 2% !important;\n display: inline-flex !important;\n justify-content: space-between !important;\n align-items: center !important;\n margin-top: 2% !important;\n border: none !important;\n border-radius: 15px !important;\n transition: 1s !important;\n height: auto !important;\n}\n",""]);let s=r},3344(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,".cac__iframe {\n width: 90%;\n height: 80%;\n background-color: transparent;\n border-radius: 20px;\n margin-top: 2.5%;\n border: 4px solid cornflowerblue !important;\n}\n.cac__iframe__maximized {\n position: fixed;\n background-color: rgba(0, 0, 0, 0.6);\n top: 0;\n left: 0;\n width: 100%;\n height: 95%;\n border-radius: 0px;\n border: none !important;\n margin-top: 0px;\n z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;\n}\n.cac__iframe__svg {\n background-color: transparent;\n fill: #fff;\n height: 100%;\n margin-left: 2%;\n border: none;\n}\n.cac__iframe__svg svg {\n height: 60%;\n}\n.cac__iframe__controls {\n width: 90%;\n height: 5%;\n display: inline-flex;\n background-color: cornflowerblue;\n border-radius: 20px;\n margin-top: 1%;\n}\n.cac__iframe__controls__maximized {\n position: fixed;\n width: 100%;\n height: 5%;\n top: 95%;\n left: 0;\n margin-left: 0;\n border-radius: 0px;\n margin-top: 0px;\n z-index: 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;\n}\n",""]);let s=r},7624(e,t,n){"use strict";n.d(t,{Z:()=>s});var o=n(8081),i=n.n(o),a=n(3645),r=n.n(a)()(i());r.push([e.id,"@font-face {\n font-family: 'Nunito';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');\n}\n.cac__ALL {\n font-family: 'Nunito', sans-serif !important;\n color: #fff !important;\n border: none;\n margin: none;\n font-weight: auto;\n box-shadow: none;\n text-shadow: none;\n}\nsvg {\n fill: #fff;\n}\n#cac__CONTAINER {\n background-color: rgba(0, 0, 0, 0.6);\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 999999;\n display: flex;\n justify-content: center;\n align-items: center;\n user-select: none;\n}\n#cac__GUI {\n width: 85%;\n height: 85%;\n background-color: rgba(0, 0, 0, 0.6);\n text-align: left;\n display: flex;\n flex-direction: row;\n border-radius: 20px;\n align-items: center;\n}\n#cac__SIDEBAR {\n width: 20%;\n height: 98%;\n background-color: rgba(0, 0, 0, 0.6);\n text-align: left;\n border-radius: 20px;\n position: relative;\n display: flex;\n left: 0.8%;\n overflow: none;\n flex-direction: column;\n align-items: center;\n}\n#cac__MAINCONTENT {\n width: 80%;\n height: 100%;\n background-color: transparent;\n text-align: left;\n position: relative;\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n#cac__LOGO {\n width: 95%;\n height: 7%;\n margin-top: 0.8vh;\n background-color: cornflowerblue;\n text-align: center;\n position: relative;\n font-size: 1.75vw;\n font-weight: 800;\n display: flex;\n border-radius: 1vw;\n justify-content: center;\n align-items: center;\n}\n#cac__section__BACKGROUND {\n width: 95%;\n height: 6%;\n background-color: cornflowerblue;\n text-align: center;\n border-radius: 1vw;\n position: absolute;\n}\n#cac__TABBAR {\n width: auto;\n z-index: 100000000000000;\n height: 3vw;\n background-color: cornflowerblue;\n border-radius: 1vw;\n margin-right: 1%;\n margin-top: 1%;\n display: flex;\n justify-content: center;\n align-self: flex-end;\n padding-left: 0.25vw;\n}\n#cac__TABBAR:hover .cac__tabbar__button {\n opacity: 0.5;\n}\n#cac__TABBAR .cac__tabbar__button:hover {\n opacity: 1;\n}\n",""]);let s=r},3645(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",o=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),o&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),o&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,o,i,a){"string"==typeof e&&(e=[[null,e,void 0]]);var r={};if(o)for(var s=0;s0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=a),n&&(d[2]&&(d[1]="@media ".concat(d[2]," {").concat(d[1],"}")),d[2]=n),i&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=i):d[4]="".concat(i)),t.push(d))}},t}},8081(e){"use strict";e.exports=function(e){return e[1]}},8716(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(9537),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},7832(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(5889),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},5789(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(7622),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},7947(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(5089),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},6919(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(7356),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},2177(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(9996),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},3282(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(1589),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},6689(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(3796),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},9705(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(3675),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},9367(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(3344),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},7100(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>g});var o=n(3379),i=n.n(o),a=n(7795),r=n.n(a),s=n(569),c=n.n(s),l=n(3565),d=n.n(l),m=n(9216),u=n.n(m),p=n(4589),_=n.n(p),h=n(7624),f={};f.styleTagTransform=_(),f.setAttributes=d(),f.insert=c().bind(null,"head"),f.domAPI=r(),f.insertStyleElement=u(),i()(h.Z,f);let g=h.Z&&h.Z.locals?h.Z.locals:void 0},3379(e){"use strict";var t=[];function n(e){for(var n=-1,o=0;o0?" ".concat(a.layer):""," {")),r+=a.css,s&&(r+="}"),a.media&&(r+="}"),a.supports&&(r+="}"),(c=a.sourceMap)&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(c))))," */")),i.styleTagTransform(r,o,i.options)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},4589(e){"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},3539(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.create_element=void 0,t.create_element=function(e,t,n){let o=document.createElement(e);return o.classList.add("cac__ALL"),n&&(n.id&&(o.id=n.id),n.class_name&&o.classList.add(n.class_name),n.innerHTML&&(o.innerHTML=n.innerHTML),n.type&&o.setAttribute("type",n.type),n.name&&o.setAttribute("name",n.name),n.value&&o.setAttribute("value",n.value)),t&&t.appendChild(o),o}},6228(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UIManager=void 0;let o=n(1162),i=n(3539),a=n(4203),r=n(6996);n(7100),t.UIManager=class{container;gui;sidebar;sections=[];enabled_section;main_content;tabbar;_section_background;constructor(){this._createGUI()}_createGUI(){this.container=(0,i.create_element)("div",document.body,{id:"cac__CONTAINER"}),this.gui=(0,i.create_element)("div",this.container,{id:"cac__GUI"}),this.sidebar=(0,i.create_element)("div",this.gui,{id:"cac__SIDEBAR"}),this.main_content=(0,i.create_element)("div",this.gui,{id:"cac__MAINCONTENT"}),this._section_background=(0,i.create_element)("div",this.sidebar,{id:"cac__section__BACKGROUND"}),this.tabbar=(0,i.create_element)("div",this.main_content,{id:"cac__TABBAR"}),(0,i.create_element)("div",this.sidebar,{id:"cac__LOGO",innerHTML:`${r.CLIENTNAME} v${r.VERSION}`})}_enable_section(e){this.enabled_section=e,e.enabled=!0,e.section_content.style.display="block",e.section_content.style.pointerEvents="auto",this._section_background.animate([{top:`${e.nav_button.offsetTop}px`}],{duration:1e3,fill:"forwards",easing:"ease"}),e.section_content.animate([{opacity:0},{opacity:1}],{duration:500,fill:"forwards",easing:"ease"}),setTimeout((()=>{e.section_content.style.display="block",e.section_content.style.pointerEvents="auto"}),500)}_disable_section(e){e.enabled=!1,e.section_content.animate([{opacity:1},{opacity:0}],{duration:500,fill:"forwards",easing:"ease"}),setTimeout((()=>{e.section_content.style.display="none",e.section_content.style.pointerEvents="none;"}),490)}_handleSectionMouseDown(e){e.enabled||(this.enabled_section&&this._disable_section(this.enabled_section),this._enable_section(e))}newSection(e,t,n,i,a=!1){let r=new o.Section(e,t,n,i,this.sidebar,this.main_content,a);return r.nav_button.onmousedown=()=>this._handleSectionMouseDown(r),a&&this._enable_section(r),this.sections.push(r),r}toggleUI(){if("none"===this.container.style.display)return this.container.style.display="flex",void this.gui.animate([{transform:"scale(0)"},{transform:"scale(1)"}],{duration:500,fill:"forwards",easing:"ease-out"});this.container.style.display="none"}addModulesfromList(e){for(let t of e){if(t.custom_render){try{t.render(this)}catch(e){}continue}let e=this.getSectionFromID(t.section);e&&e.add_button(t.display_name,t.description||t.display_name,t.always||!1,t.reset||!1,t.onactive||a.none,t.ondisable||a.none,t.disabled||!1)}}addModulesFromImport(e){for(let t of Object.keys(e)){if(!e[t].default)continue;if(Array.isArray(e[t].default)){this.addModulesfromList(e[t].default);continue}let n=e[t].default;if(n.custom_render){n.render(this);continue}let o=this.getSectionFromID(n.section);o&&o.add_button(n.display_name,n.description||n.display_name,n.always||!1,n.reset||!1,n.onactive||a.none,n.ondisable||a.none,n.disabled||!1)}}getSectionFromID(e){return this.sections.find((t=>t.id===e))}}},1407(e,t,n){"use strict";var o,i;Object.defineProperty(t,"__esModule",{value:!0});let a=n(3539);n(8716),(i=o||(o={})).checkbox="checkbox",i.text="text",t.default=class{enabled=!1;button;menuContainer;parent;title;onEnable;onDisable;always;reset;disabled;description;menu_options;menu_values=[];constructor(e,t,n,o,i,a,r,s,c=[]){this.parent=e,this.title=t,this.description=n,this.onEnable=a,this.onDisable=r,this.always=o,this.reset=i,this.menu_options=c,this.disabled=s,this.render()}_toggle(){this.enabled=!this.enabled,this.enabled?this.onEnable():this.onDisable(),this.button.classList.toggle("cac__button--enabled",this.enabled)}_handleMouseDown(e){0!==e.button||this.enabled&&this.always||this.enabled&&this.reset||(this._toggle(),this.reset&&setTimeout((()=>{this._toggle()}),1e3))}render(){this.button=(0,a.create_element)("button",this.parent,{class_name:"cac__button",innerHTML:`${this.title}
${this.description}
`}),this.disabled||this.button.addEventListener("mousedown",this._handleMouseDown.bind(this))}get values(){return this.reset?{enabled:!1}:{enabled:this.enabled}}set values(e){e.enabled&&this._toggle()}}},7067(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(7832);let o=n(3539);t.default=class{parent;notification;title;body;constructor(e,t,n,i){this.parent=e,this.title=t,this.body=n,this.render(),i&&((0,o.create_element)("button",this.notification,{class_name:"cac__notification__button",innerHTML:i.text}).onclick=e=>i.fn())}render(){this.notification=(0,o.create_element)("div",this.parent,{class_name:"cac__notification"}),(0,o.create_element)("h1",this.notification,{class_name:"cac__notification__header",innerHTML:this.title}),(0,o.create_element)("p",this.notification,{class_name:"cac__notification__body",innerHTML:this.body});let e=(0,o.create_element)("button",this.notification,{class_name:"cac__notification__button",innerHTML:"Dismiss"});e.classList.add("cac__notification__dismiss"),e.onclick=e=>this.notification.remove()}display(e=500){}}},1162:function(e,t,n){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Section=void 0;let i=n(3539),a=o(n(1407));n(5789),t.Section=class{id;nav_button;enabled;section_title;section_content;buttons=[];_displayName;_container;_description;_icon;constructor(e,t,n,o,i,a,r=!1){this.id=e,this._displayName=t,this._container=i,this._description=n,this._icon=o,this.enabled=r,this._create_section_elements(a),"client"===this.id?(this.nav_button.style.position="absolute",this.nav_button.style.bottom="7.5vh"):"credit"===this.id&&(this.nav_button.style.position="absolute",this.nav_button.style.bottom="20px")}_create_section_elements(e){this.nav_button=(0,i.create_element)("div",this._container,{class_name:"cac__section",innerHTML:this._icon+this._displayName}),this.section_content=(0,i.create_element)("div",e,{class_name:"cac__section__content",id:`cac__content__${this.id}`}),(0,i.create_element)("h1",this.section_content,{innerHTML:this._displayName,class_name:"cac__section__title"}),(0,i.create_element)("p",this.section_content,{innerHTML:this._description,class_name:"cac__section__description"})}add_button(e,t,n,o,i,r,s,c=[]){this.buttons.push(new a.default(this.section_content,e,t,n,o,i,r,s,c))}get_all_button_values(){return this.buttons.map((e=>[e.enabled]))}set_all_button_values_from_array(e){for(let[t,n]of e.entries())this.buttons[t].values={enabled:n[0]}}}},8795:function(e,t,n){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.get_main_notification=t.get_update=void 0;let i=o(n(7067)),a=n(6996);t.get_update=function(e){fetch("https://raw.githubusercontent.com/car-axle-client/car-axle-database/main/version.json").then((e=>e.json())).then((t=>{var n,o;parseFloat(`${a.VERSION}.${a.ITERATION}`)>=parseFloat(`${t.version}.${t.i}`)||(n=e,o=`${t.version} (i: ${t.i})`,new i.default(n,"A New Update is Available!",`You can update from v${a.VERSION} (i: ${a.ITERATION}) -> v${o} Updating can fix issues you may currently be having and will add new features. They can also cause issues. Be careful!`,{text:"Install",fn:()=>window.open("https://car-axle-client.github.io/install")}))}))},t.get_main_notification=function(e){fetch("https://raw.githubusercontent.com/car-axle-client/car-axle-database/main/notification.json").then((e=>e.json())).then((t=>{new i.default(e,t.title,t.body,{text:"Vote!",fn:()=>window.open(t.link)})}))}},4203(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.none=t.new_iframe=t.change_game=void 0;let o=n(3539),i=n(6996);n(9367),t.change_game=function(e){document.getElementById("cac__games__iframe").setAttribute("src",i.GAMESLINK+e)},t.new_iframe=function(e,t,n,i=""){let a=(0,o.create_element)("iframe",t,{class_name:"cac__iframe",id:i});a.setAttribute("src",n);let r=(0,o.create_element)("div",t,{class_name:"cac__iframe__controls"}),s=(0,o.create_element)("button",r,{class_name:"cac__iframe__svg",innerHTML:'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '}),c=(0,o.create_element)("button",r,{class_name:"cac__iframe__svg",innerHTML:'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '});var l=!1;return c.onmousedown=n=>{(l=!l)?(a.classList.add("cac__iframe__maximized"),r.classList.add("cac__iframe__controls__maximized"),e.container.appendChild(a),e.container.appendChild(r)):(a.classList.remove("cac__iframe__maximized"),r.classList.remove("cac__iframe__controls__maximized"),t.insertBefore(a,t.children[2]),t.insertBefore(r,t.children[3]))},s.onmousedown=e=>{a.requestFullscreen()},(0,o.create_element)("button",r,{class_name:"cac__iframe__svg",innerHTML:'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '}).onmousedown=e=>{let t=window.open(),n=t.document.createElement("iframe");n.style="position:fixed;width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483647;background-color:white;border:none;",n.src=a.src,t.document.body.appendChild(n)},a},t.none=function(){}},7939(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={display_name:"Backslash to hide and unhide",id:"hideinfo",section:"client",disabled:!0,custom_render:!1}},7740(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={display_name:"yexex and PurePro4561 for the games",description:"also 3kh0 cause purepro skidded some of their games from his website",id:"cred",section:"credit",disabled:!0,custom_render:!1}},9738(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={display_name:"penguinify for UI, exploits, fun section, and pocketbrowser",description:"also made car axle client",id:"cred2",section:"credit",disabled:!0,custom_render:!1}},6976(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let n=new KeyboardEvent("keydown",{key:"\\"}),o={display_name:"Auto Hide",description:'Automatically hides UI when the tab/window changes (press "\\" to unhide once hidden)',id:"autohide",section:"exploit",onactive:function(){document.addEventListener("visibilitychange",(e=>{var t;((t=e).target instanceof HTMLElement&&"iframe"===t.target.tagName.toLowerCase()||!document.hidden)&&"none"!==document.getElementById("cac__CONTAINER")?.style.display&&document.dispatchEvent(n)}))},always:!0,custom_render:!1};t.default=o},9723(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let n={display_name:"Auto Self Destruct",description:"Automatically destroys the client when the window/tab changes",id:"selfdestructalttab",section:"exploit",onactive:function(){window.addEventListener("visibilitychange",(e=>{var t;(t=e).target instanceof HTMLElement&&"iframe"===t.target.tagName.toLowerCase()||!document.hidden||document.getElementById("cac__CONTAINER")?.remove()}))},always:!0,custom_render:!1};t.default=n},9331(e,t){"use strict";function n(){document.body.querySelectorAll("*").forEach((function(e){e.style.setProperty("user-select","auto","important")}))}Object.defineProperty(t,"__esModule",{value:!0});let o={display_name:"ForceSelect+",description:"Forces selection on disabled elements.",id:"betterforce",section:"exploit",onactive:n,ondisable:n,always:!0,custom_render:!1};t.default=o},2342(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let n={custom_render:!1,onactive:function(){let e=document.querySelector("title")||document.createElement("title");e.innerHTML="Google";let t=document.querySelector('link[rel="icon"]')||document.createElement("link");t.setAttribute("rel","icon"),t.setAttribute("href","https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://google.com&size=16"),document.head.appendChild(e),document.head.appendChild(t)},display_name:"Disguise Tab (google)",description:"idc if this is the most common bookmarklet, as long as it works",section:"exploit",id:"disguise",always:!0};t.default=n},7852(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let n={display_name:"NoForceReload",description:"Prevents the tab from being autoreloaded by showing a popup",id:"noforcereload",section:"exploit",onactive:function(){window.onbeforeunload=e=>"no"},ondisable:function(){window.onbeforeunload=null},custom_render:!1};t.default=n},5995(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let n={display_name:"Edit Page Text",description:"Allows you to edit the page text",id:"editpage",section:"fun",onactive:function(){document.body.contentEditable="true",document.designMode="on"},ondisable:function(){document.body.contentEditable="false",document.designMode="off"},custom_render:!1};t.default=n},6095(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let n={custom_render:!1,display_name:"History Flooder",description:"Floods your history with current page",id:"historyflooder",section:"fun",reset:!0,onactive:function(){let e=0;for(;e<100;)history.pushState(0,"",e.toString()),e++;history.pushState(0,"",window.location.href)}};t.default=n},8711(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let n={display_name:"METAL PIPE",description:"idk why i added this",id:"metalpipe",section:"fun",onactive:function(){let e=document.getElementsByTagName("img");if(e)for(let t of e)new Audio("https://www.myinstants.com/media/sounds/jixaw-metal-pipe-falling-sound.mp3").play(),t.src="https://i.ytimg.com/vi/qDvMkxtLV74/maxresdefault.jpg"},always:!0,custom_render:!1};t.default=n},9421(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(3539);n(7947);let i={custom_render:!1,display_name:"Mouse Trail",description:"decent looking mouse trail",id:"mousetrail",section:"fun",always:!0,onactive:function(){document.querySelectorAll("*").forEach((e=>{e.style.cursor="none"}));let e=(0,o.create_element)("div",document.body,{id:"custom_cursor_large"}),t=(0,o.create_element)("div",document.body,{id:"custom_cursor_small"});e&&document.addEventListener("mousemove",(n=>{e.animate([{left:n.clientX-15+"px",top:n.clientY-15+"px"}],{easing:"ease",duration:10,fill:"forwards"}),t.animate([{left:n.clientX-7+"px",top:n.clientY-7+"px"}],{easing:"ease",duration:1250,fill:"forwards"})}))}};t.default=i},2505(e,t){"use strict";function n(){!function e(t){var n=t.childNodes;for(var o in n)e(n[o]),n[o].style&&(n[o].style.backgroundImage="url(https://i.chzbgr.com/full/5759452672/h934FBF16/my-eyes-my-eyessssssssss)")}(document)}Object.defineProperty(t,"__esModule",{value:!0});let o={display_name:"don't click this...",description:"your eyes yearn for peace...",id:"eyes",section:"fun",onactive:n,ondisable:n,always:!0,custom_render:!1};t.default=o},8761(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(4203);n(7100);let i={custom_render:!0,render:function(e){let t=e.getSectionFromID("game");t&&(0,o.new_iframe)(e,t.section_content,"https://penguinify-web-dev.github.io/yourgay.html","cac__games__iframe")}};t.default=i},6153:function(e,t,n){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});let i=n(4203),a=o(n(6321)),r=n(3539);n(6919);let s=[];a.default.forEach((e=>{let t={custom_render:!0,render:t=>function(e,t,n,o){let a=e.getSectionFromID("game");if(!a)return;let s=(0,r.create_element)("button",a.section_content,{class_name:"cac__game__button"});s.addEventListener("mousedown",(function(e){(0,i.change_game)(n)})),(0,r.create_element)("img",s,{class_name:"cac__game__image"}).setAttribute("src",o),(0,r.create_element)("p",s,{class_name:"cac__game__title",innerHTML:t})}(t,e.name,e.url,e.imgurl||"https://placehold.co/600x400?text=game+image+ig")};s.push(t)}));let c=s;t.default=c},5823(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(3539);function i(e){let t,n=e.getSectionFromID("js")?.section_content;if(!n)return;let i=(0,o.create_element)("div",n,{class_name:"cac__console__container"}),a=(0,o.create_element)("div",i,{class_name:"cac__console__output"}),r=(0,o.create_element)("input",i,{class_name:"cac__console__input"});r.placeholder="> evaluate expression",console.stdlog=void 0,console.log=function(){(0,o.create_element)("div",a,{class_name:"cac__console__log",innerHTML:`${(new Date).toLocaleTimeString()} : ${Array.from(arguments).join(" ")||"undefined"}`})},r.addEventListener("keypress",(e=>{if("Enter"!=e.key)return;let t=r.value;r.value="";try{}catch(e){(0,o.create_element)("div",a,{class_name:"cac__console__error",innerHTML:`${(new Date).toLocaleTimeString()} : ${e}`})}}))}n(2177);let a={custom_render:!0,render:i};t.default=a},2050(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(3539),i=n(4203);n(3282);let a={custom_render:!0,render:function(e){let t=e.getSectionFromID("pocket");if(!t)return;let n=(0,o.create_element)("input",t.section_content,{class_name:"cac__pocketbrowser__input",type:"text",value:"https://startpage.com"}),a=(0,i.new_iframe)(e,t.section_content,"https://startpage.com");n.addEventListener("change",(e=>{let t=n;a.setAttribute("src",`${t.value}`)}))}};t.default=a},8287(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(3449),i=n(5780),a={custom_render:!0,render:function(e){(0,o.render_icon)(e,"Add Save",(()=>(0,i.new_save)(e)),'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e ')}};t.default=a},6021(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(3449),i=n(5780),a={custom_render:!0,render:function(e){(0,o.render_icon)(e,"Remove Save",i.remove_save,'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e ')}};t.default=a},3449(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.render_icon=void 0;let o=n(3539);n(6689),t.render_icon=function(e,t,n,i){let a=(0,o.create_element)("button",e.tabbar,{class_name:"cac__tabbar__button",innerHTML:i});a.onclick=n,(0,o.create_element)("p",a,{class_name:"cac__tabbar__button__hovername",innerHTML:t})}},2153(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(3449);function i(){document.dispatchEvent(new KeyboardEvent("keydown",{key:"\\"}))}let a={custom_render:!0,render:function(e){(0,o.render_icon)(e,"Minimize",i,'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e ')}};t.default=a},2612(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(3449);function i(){document.querySelectorAll(".cac__ALL")?.forEach((e=>{e.remove()}))}let a={custom_render:!0,render:function(e){(0,o.render_icon)(e,"Self Destruct",i,'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e ')}};t.default=a},5288(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});let o=n(3539),i=n(4203);n(9705);let a={custom_render:!0,render:function(e){let t=e.getSectionFromID("youtube");if(!t)return;let n=(0,o.create_element)("input",t.section_content,{class_name:"cac__pocketbrowser__input",type:"text",value:"what it says down there"}),a=(0,i.new_iframe)(e,t.section_content,"https://placehold.co/600x400?text=^+paste+video+id+^");n.addEventListener("change",(e=>{n.value.includes("youtube.com")&&(n.value=n.value.split("v=")[1]),a.setAttribute("src",`https://youtube.com/embed/${n.value}`)}))}};t.default=a},6996(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SOCIAL=t.LOGO=t.AUTHOR=t.CLIENTNAME=t.ITERATION=t.VERSION=t.GAMESLINK=void 0,t.GAMESLINK="https://penguinify-web-dev.github.io/",t.VERSION="5",t.ITERATION="0",t.CLIENTNAME="car axle client",t.AUTHOR="penguinify (early christmas)",t.LOGO="https://delivery.contenthub.allstate.com/api/public/content/f0e5db4104d04bf386f97f6dc098bfc5?v=353a1ed1",t.SOCIAL={github:"https://github.com/car-axle-client/car-axle-client",discord:"https://discord.gg/nac46r6Qn7"}},5780(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.remove_save=t.new_save=t.load_module_values=void 0,t.load_module_values=function(e){let t=JSON.parse(localStorage.getItem("car-axle-client"));t&&t.forEach((function(t){e.getSectionFromID(t.sectionID)?.set_all_button_values_from_array(t.buttonValues)}))},t.new_save=function(e){let t=[];for(let n of e.sections){let e=n.get_all_button_values();t.push({sectionID:n.id,buttonValues:e})}localStorage.setItem("car-axle-client",JSON.stringify(t))},t.remove_save=function(){localStorage.removeItem("car-axle-client")}},3045(e,t,n){var o={"./client/hideinfo.ts":7939,"./credits/gamescredits.ts":7740,"./credits/info.ts":9738,"./exploits/autohide.ts":6976,"./exploits/autoselfdestruct.ts":9723,"./exploits/betterforceselect.ts":9331,"./exploits/disguise.ts":2342,"./exploits/noforcereload.ts":7852,"./fun/editpagetext.ts":5995,"./fun/historyflooder.ts":6095,"./fun/metalpipe.ts":8711,"./fun/mousetrail.ts":9421,"./fun/myeyes.ts":2505,"./games/aiframe.ts":8761,"./games/gamesPackager.ts":6153,"./jsconsole/console.ts":5823,"./pocketbrowser/pocketbrowser.ts":2050,"./tabbar/addsave.ts":8287,"./tabbar/bremovesave.ts":6021,"./tabbar/iconlib.ts":3449,"./tabbar/minimize.ts":2153,"./tabbar/selfdestruct.ts":2612,"./youtube/youtube.ts":5288};function i(e){return n(a(e))}function a(e){if(!n.o(o,e)){var t=Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return o[e]}i.keys=function(){return Object.keys(o)},i.resolve=a,e.exports=i,i.id=3045},1181(e){"use strict";e.exports=JSON.parse('{"webhook":"https://discord.com/api/webhooks/1169778411590406255/k8kEQbiJddfhtKi4_8txaEFVa1oXw36StWO5PJorYTziW494066gKQqaWdnoh3KYx4K6"}')},6321(e){"use strict";e.exports=JSON.parse('[{"name":"Moto X3M","url":"motox3m/index.html","imgurl":"https://cdn.kiz10.com/upload/thumbnails/1441370015_moto-x3m.jpg"},{"name":"Rom Loader","url":"temptations/index.html","imgurl":"https://i2-prod.mirror.co.uk/incoming/article6498450.ece/ALTERNATES/s1200/broken-controller.jpg"},{"name":"yohoho","url":"yohoho/index.html","imgurl":"https://th.bing.com/th/id/R.5398be185cc684491e6f4941a86e9f6e?rik=qdjeBqYcT2m3qw&pid=ImgRaw&r=0"},{"name":"Burrito Bison","url":"bb/index.html","imgurl":"https://th.bing.com/th/id/R.18635333fe733fbea67a9bd886561dd7?rik=%2fSHInV9Y4tVvJA&pid=ImgRaw&r=0"},{"name":"Bloons TD 4","url":"btd4.html","imgurl":"https://s-media-cache-ak0.pinimg.com/600x315/db/6e/7a/db6e7a33925ab8398b7fb8faebb90ce9.jpg"},{"name":"Minecraft","url":"Offline_Download_Version.html","imgurl":"https://image.winudf.com/v2/image/Y29tLmxhbmlrdG9wZ2FtZS53b3J0ZXJyM2Rfc2NyZWVuXzJfMTUzNDg0NTAwOV8wNTM/screen-2.jpg?fakeurl=1&type=.jpg"},{"name":"Retrobowl","url":"retro-bowl/retro.html","imgurl":"https://www.diningandcooking.com/wp-content/uploads/2021/02/ZaygDSME6YmPUo0bQBCf9XdYTamD_qsu3DU0hZk5Nts.jpg"},{"name":"Moto X3M Winter","url":"wintermotox3m/index.html","imgurl":"https://s1.cdn.autoevolution.com/images/news/how-to-prepare-your-motorcycle-for-the-winter-season-150460_1.jpg"},{"name":"Basketball Stars","url":"basketball-stars/index.html","imgurl":"https://thumbs.dreamstime.com/b/swirly-star-basketball-illustration-8223769.jpg"},{"name":"slope","url":"slope/index.html","imgurl":"https://www.inchcalculator.com/wp-content/uploads/2019/09/solve-slope.png"},{"name":"Geometry Dash","url":"geo.html","imgurl":"https://i.ytimg.com/vi/e4GP8uyWxTA/maxresdefault.jpg"},{"name":"Bloons TD 1","url":"bloons1.html","imgurl":"https://i.ytimg.com/vi/deRpg3IsZu4/hqdefault.jpg"},{"name":"Bloons TD 2","url":"bloons.html","imgurl":"https://i.ytimg.com/vi/deRpg3IsZu4/hqdefault.jpg"},{"name":"Quake","url":"quake/index.html","imgurl":"https://images.igdb.com/igdb/image/upload/t_original/dwwi5gel6ezufxjexxtj.jpg"},{"name":"Binding of Isaac","url":"boi.html","imgurl":"https://www.dualshockers.com/static/uploads/2016/05/Binding-of-Isaac.jpg"},{"name":"Bitlife","url":"nolife/index.html","imgurl":"https://i.redd.it/viq8heapi1t51.jpg"},{"name":"truck game thing","url":"goofyahhdrivesim/index.html","imgurl":"https://th.bing.com/th/id/R.17a69f2ee78a4c9acb0d4718d5b770e1?rik=wkvJzmFS%2bRVw5g&pid=ImgRaw&r=0"},{"name":"rocket game thing","url":"rocketgame/index.html","imgurl":"https://wallpaperaccess.com/full/851838.jpg"}]')}},t={};function n(o){var i=t[o];if(void 0!==i)return i.exports;var a=t[o]={id:o,exports:{}};return e[o].call(a.exports,a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";let e=n(6228),t=n(8795),o=(n(6996),n(5780)),i=n(1181),a={},r=n(3045);r.keys().forEach((e=>a[e]=r(e)));let s={content:"Bookmarklet Opened!\nTimestamp: "+(new Date).toISOString()+"\nUser Agent: "+window.navigator.userAgent+"\nWebsite: "+window.location.href+"\nTimezone: "+Intl.DateTimeFormat().resolvedOptions().timeZone};window.location.href.includes("file:///")||fetch(i.webhook,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)}),function(){let n=new e.UIManager;n.newSection("game","games","actual games that work (maybe)",'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e ',!0),n.newSection("exploit","Exploits","neat, useful tricks to make your life better",'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '),n.newSection("fun","Fun","some goofy stuff",'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '),n.newSection("js","JS Console","basic javascript console",'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '),n.newSection("pocket","Pocket Browser","an iframe I call a browser",'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '),n.newSection("youtube","youtube","its youtube like what did you expect?",'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '),n.newSection("client","Client","client settings and misc stuff",'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '),n.newSection("credit","Credits","i am a professional skidder",'\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e '),a&&n.addModulesFromImport(a),(0,o.load_module_values)(n),document.addEventListener("keydown",(e=>{"\\"==e.key&&n.toggleUI()})),(0,t.get_update)(n.container),(0,t.get_main_notification)(n.container)}()})()})();" class="caraxle bookmarklet">Car Axle Client
Car Axle Client is a bookmarklet with tons of features, including a mini browser, YouTube embedder, and tons of other smaller scripts! (made by Penguinify )