Code Monkey home page Code Monkey logo

userscripts's Introduction

one of the programmers in the world

feel free to contact: me (at) til (dot) pm or see my website

userscripts's People

Contributors

tilda avatar

Watchers

 avatar

userscripts's Issues

Mutual count doesn't show up unless you refresh page on Firefox

Right now, when navigating to the friends page from another page on the osu! website, the script does not load in. This will require major changes in the script's architecture to fix. From an initial brainstorm there's a few options, both of which will require having a blanket include on the osu! website and not just the friends page like it is currently:

  • Use a MutationObserver or similar to keep track of elements. Only kick in when the root for the friends page is detected on-site. I currently use MutationObserver already for Firefox compatibility, since without it, it will try to inject our custom stuff into the document too early and error out.
  • Keep track of on-site navigation. When friends is clicked on force a reload on the page so the script can do it's job.
  • Probably another way to do it that I haven't thought of yet.

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.