Skip to content
View Alxjlv's full-sized avatar

Block or report Alxjlv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nerds-oppose-society nerds-oppose-society Public

    Forked from SE750-DART/nerds-oppose-society

    TypeScript 1

  2. we-are-number-1/yumble we-are-number-1/yumble Public

    Yumble is an application for you and your friends to match up with a restaurant to go and eat together!

    JavaScript 3 36

  3. Sloshed Sloshed Public

    A responsible way to get sloshed on your night out!

    CSS 5

  4. VARpedia VARpedia Public

    Prototype for the VARpedia Java application

    Java 1 1

  5. alxjlv.github.io alxjlv.github.io Public

    Forked from github/personal-website

    My personal website

    HTML

  6. Colourise dom elements with a bookmark Colourise dom elements with a bookmark
    1
    # Javascript bookmarklet for element outlining
    2
    Originally inspired from http://arqex.com/939/learning-much-javascript-one-line-code and https://gist.github.com/Benjamin-Piper/d59a10fc6af01647a545e866c6157943
    3
    
    
    4
    ## Adapting the code
    5
    First edit to replace the `$$(*)` (doesn't work from a bookmarklet) with `document.querySelectorAll('*')`.