From ec4a1155d3f0fdb7d28f01af84d948758484e083 Mon Sep 17 00:00:00 2001 From: Yossef Mendelssohn Date: Sun, 15 Jul 2012 17:45:47 -0400 Subject: [PATCH] Trying to make eMusic less hateful This has been laying around, and I just want to commit/save it. I want to make the emusic.com experience less ajax-bullshitty and more like a normal web site that doesn't hate me. --- emusic.com.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 emusic.com.js diff --git a/emusic.com.js b/emusic.com.js new file mode 100644 index 0000000..7a87f2a --- /dev/null +++ b/emusic.com.js @@ -0,0 +1,9 @@ +//$('body').on('load', function(e) { +// $(".discography a[href]").css('border', 'thin solid blue');//addClass('no-ajax'); +//}); + +$('div.search-module').prepend('hey'); +$('a#bingbong').click(function(e) { + $(".discography a[href]").addClass('no-ajax'); + e.preventDefault(); +});