Skip to content

Instantly share code, notes, and snippets.

View johannyberg's full-sized avatar

Johan Nyberg johannyberg

  • Conversionista.se
  • Stockholm
View GitHub Profile
@johannyberg
johannyberg / Rebtel TC4
Last active August 29, 2015 14:22
Rebtel TC4
console.log($.cookie('epslanguage'));
$('.block-hero-unit').css('height','400px');
$('.row.search-form').before('<p id="shout" style="font-size:28px;">Which country would you like to call?</p>');
$('#country-container').removeClass('col-sm-8').addClass('col-sm-6');
@johannyberg
johannyberg / Rebtel TC4 Tampermonkey
Last active August 29, 2015 14:22
Rebtel TC4 Tampermonkey
// ==UserScript==
// @name Rebtel TC3
// @namespace http://www.conversionista.se
// @version 0.1
// @description Modify search box
// @match http://www.rebtel.com
// @copyright 2015, Johan Nyberg
// @require http://code.jquery.com/jquery-latest.js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js
// ==/UserScript==