Skip to content
View smhmic's full-sized avatar
Block or Report

Block or report smhmic

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. Paste into console to view current g... Paste into console to view current gtm data layer state
    1
    /*
    2
    3
    SIMPLEST USAGE:
    4
    Copy all this code and paste it in the console to see all the data layer's available data
    5
      in different formats, and learn about the data layer queue vs data layer state.
  2. Javascript HEREDOC (and simple metho... Javascript HEREDOC (and simple method for injecting CSS as style block)
    1
    /** Created by stephen on 3/12/15. */
    2
    'use strict';
    3
    
                  
    4
    /**
    5
     * Convenience function for hardocding multiline strings, without needing use explicit "\n" and concatenate lines.
  3. Create new BitBucket repo Create new BitBucket repo
    1
    # Create an OAuth consumer with write access.
    2
    # For a callback URL, you can use: `https://www.google.com/`
    3
    # https://bitbucket.org/account/user/USERNAME/oauth-consumers/new
    4
    
                  
    5
    # Optional: Hardcode username, client key, and client secret into script.
  4. ga-spy ga-spy Public

    Listens for data passed to GA's analytics.js' `ga()` object, with the option to block or modify data collection.

    JavaScript 40 16