NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name MLH HypeHacks // @namespace http://hypehacks.com/ // @version 0.2 // @description Hype! // @author You // @match https://mlh.io/seasons/na-2017/events // @grant none // ==/UserScript== (function() { 'use strict'; // Your code here... $(".event-392").after("<div class=\"event col-lg-3 col-md-4 col-sm-6\" itemscope=\"\" itemtype=\"http://schema.org/Event\"> <div class=\"event-wrapper\"> <a href=\"http://hypehacks.com/\" itemprop=\"url\" target=\"_blank\"> <div class=\"inner\"> <div class=\"image-wrap\"><img alt=\"930adc5ed398 hackmtymlh 300x300\" src=\"http://hypehacks.com/img/hype-header.png\"></div> <div class=\"event-logo\"><img alt=\"E722cf7c0b4d hackmtymlh 100x100\" src=\"https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/14034919_690025841146249_117683302837573240_n.png?oh=3a2455aa1d813f84ee037fc7095405e0&oe=585ED7F9\"></div> <h3 itemprop=\"name\">HypeHacks</h3> <p>September 2nd - 4th</p> <meta itemprop=\"startDate\" content=\"2016-08-27\"> <meta itemprop=\"endDate\" content=\"2016-08-28\"> <p itemprop=\"location\" itemscope=\"\" itemtype=\"http://schema.org/PostalAddress\"> </p><div itemprop=\"address\"> <span itemprop=\"addressLocality\">Everywhere</span>, <span itemprop=\"addressRegion\">Worldwide</span></div> <p></p> </div> </a> </div> </div>"); })();