GithubHelp home page GithubHelp logo

herxayah / league-launcher-theme Goto Github PK

View Code? Open in Web Editor NEW
19.0 2.0 7.0 6.9 MB

custom theme for lick of leg-ends launcher

JavaScript 50.85% CSS 49.15%
javascript lcu lcu-api league-client league-loader league-of-legends leagueoflegends mecha riot-games

league-launcher-theme's Introduction

~ ๐Ÿ’– ๐“ฆ๐“ฎ๐“ต๐“ฌ๐“ธ๐“ถ๐“ฎ ๐“ฝ๐“ธ ๐“ถ๐”‚ ๐“Ÿ๐“ป๐“ธ๐“ฏ๐“ฒ๐“ต๐“ฎ ๐Ÿ’– ~



๐’ฏ๐’ฝ๐‘’๐“‡๐‘’ ๐’พ๐“ˆ ๐’ถ ๐“Œ๐’ฝ๐‘œ๐“๐‘’ ๐“ƒ๐‘’๐“Œ ๐“Œ๐‘œ๐“‡๐“๐’น

๐’ฏ๐’ฝ๐’ถ๐“‰ ๐“Ž๐‘œ๐“Š ๐“ƒ๐‘’๐‘’๐’น ๐“‰๐‘œ ๐‘’๐“๐“…๐“๐‘œ๐“‡๐‘’

๐ผ๐“‰'๐“ˆ ๐“‰๐’ฝ๐‘’ ๐“ˆ๐‘œ๐“Š๐“ƒ๐’น ๐‘œ๐’ป ๐“‰๐’ฝ๐‘’ ๐“‡๐’ถ๐’พ๐“

๐’ฏ๐’ฝ๐’ถ๐“‰ ๐“Ž๐‘œ๐“Š ๐“๐‘œ๐“‹๐‘’ ๐’ถ๐“ƒ๐’น ๐’ถ๐’น๐‘œ๐“‡๐‘’

- ๐’ฏ๐ธ๐’ฆ๐’ฆ๐’ฉ๐’ช ๐’ฏ๐‘…๐’œ๐ผ๐’ฉ - ๐ธ๐“๐‘’๐’ธ๐“‰๐“‡๐’พ๐’ธ ๐’ž๐’ถ๐“๐“๐’ท๐‘œ๐“Ž

๐ŸฆŠ ~ ๐“๐“ซ๐“ธ๐“พ๐“ฝ ๐“ถ๐“ฎ ~ ๐ŸฆŠ

  • Name: Sarah
  • Fursona: Snow Fox
  • Loves: anime, osu, rhythm games
  • Gender: she/her/Female
  • LastFM: https://scrobble.egirl.ing
  • Hobbys: Tech Stuff, Graphic Design, Web Development
  • Working @: Intave Anticheat



  • ~ ๐Ÿ“‡ ๐“š๐“ท๐“ธ๐”€๐“ต๐“ฎ๐“ญ๐“ฐ๐“ฎ ๐Ÿ“‡ ~






    Im also very good at writing Guides like my Yuzu Emulator Guide or writing this shit here. Literally took me Hours to write this while hearing music. Also good @ Graphics Design and trying out character animation.


    ๐Ÿ“ ~ ๐“’๐“ธ๐“ท๐“ฝ๐“ช๐“ฌ๐“ฝ ๐“ถ๐“ฎ ~ ๐Ÿ“


    Hewe awe some of my
    most used s-s-sociaw things >~< xoxox


    ๐Ÿ’– ~ ๐“ฃ๐“ฑ๐“ช๐“ท๐“ด๐“ผ ๐“ฏ๐“ธ๐“ป ๐“ป๐“ฎ๐“ช๐“ญ๐“ฒ๐“ท๐“ฐ! ~ ๐Ÿ’–


    league-launcher-theme's People

    Contributors

    herxayah avatar

    Stargazers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    Watchers

     avatar  avatar

    league-launcher-theme's Issues

    flag bug

    N93N}(F44~TSAGY$Q_8%5YN
    The flag is not hidden.
    Non-transparent flag

    Create merged project of "league-launcher-theme" + "riot-tweakpane"

    Merged project idea

    To lower the amount of repos that are being used, I have the idea to create first a new repo which will have the "league-launcher-theme" and "riot-tweakpane" merged together and start combining these projects into one project.

    This is just a starter idea and should only be started if the other two repos are in a state where they can be merged together without any huge issues being created.

    A better way to apply theme

    A pretty theme, but you're doing in bad way.

    There is no need to use CDN for CSS. Just use a local file:

    function insertCss(css) {
      const style = document.createElement('style')
      style.textContent = css
      document.body.append(style) // append to body
    }
    
    window.addEventListener('load', () => {
      const css = require('./cute.theme.css') // require raw css
      insertCss(css)
    })

    The style tag is appended to body, so dont need to wait 3.5s for the Client's style loaded.
    https://github.com/PrincessAkira/league-launcher-theme/blob/7484f0eaf73a7db54730bcd942bb682100dd47c7/Cute/InjectCute.js#L6-L13

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google โค๏ธ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.