Skip to content
View illusionfield's full-sized avatar

Block or report illusionfield

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
illusionfield/README.md

Hi there 👋

Pinned Loading

  1. meteor-dart-sass-development meteor-dart-sass-development Public

    Dart Sass for Meteor.js

    JavaScript

  2. Translate Bookmarklets Translate Bookmarklets
    1
    /** 
    2
     * Web browsers use URIs for the href attribute of the <a> tag and for bookmarks. The URI scheme, such as http:, file:, or ftp:, specifies the protocol and the format for the rest of the string.
    3
     * Browsers also implement a prefix javascript: that to a parser is just like any other URI.
    4
     * Internally, the browser sees that the specified protocol is javascript, treats the rest of the string as a JavaScript application which is then executed, and uses the resulting string as the new page.
    5
     *