Skip to content

Instantly share code, notes, and snippets.

@bjornkri
Created May 1, 2013 07:01
Show Gist options
  • Save bjornkri/5494095 to your computer and use it in GitHub Desktop.
Save bjornkri/5494095 to your computer and use it in GitHub Desktop.
Smartara MBL (greasemonkey)
// ==UserScript==
// @name Smartara
// @namespace smartara
// @description Smartara MBL
// @include http://www.mbl.is/*
// @version 1
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js
// @grant none
// ==/UserScript==
// Fela smartlandbox á forsíðu
$("[data-vr-zone='Smartland']").hide();
// Breyta smartlandslinkum
$("a[href^='/smartland/']").text('SMARTLAND').attr('href', '#');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment