Jump to content

odles

Newbie
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xs Max
  • iOS Version
    16.3.1
  • Jailbroken
    Yes

odles's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • First Post

Recent Badges

0

Reputation

  1. function createStyleSheet() { var head = document.head || document.getElementsByTagName("head")[0]; var style = document.createElement("style"); style.type = "text/css"; head.appendChild(style); return style.sheet || style.styleSheet; }
  2. function createStyleSheet() { var head = document.head || document.getElementsByTagName("head")[0]; var style = document.createElement("style"); style.type = "text/css"; head.appendChild(style); return style.sheet || style.styleSheet; }
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines