Skip to content

Instantly share code, notes, and snippets.

@notacouch
Last active September 30, 2015 19:19
Show Gist options
  • Select an option

  • Save notacouch/2e1e2edc99c3492bf587 to your computer and use it in GitHub Desktop.

Select an option

Save notacouch/2e1e2edc99c3492bf587 to your computer and use it in GitHub Desktop.
jQuery Live Preview Drupal Admin Links
@notacouch
Copy link
Author

Bookmarklet via Bookmarklet Crunchinator:

javascript:(function(){if(typeof jQuery.prototype.on==='undefined'){jQuery("<link/>",{id:"jquery-live-preview-css",rel:"stylesheet",type:"text/css",href:"https://cdn.rawgit.com/alanphoon/jquery-live-preview/master/css/livepreview-demo.css?v1.1.0"}).appendTo("head");old_jQuery=window.jQuery;delete jQuery;old_jQuery.getScript("https://code.jquery.com/jquery-2.1.4.min.js",function(){jQuery.getScript("https://cdn.rawgit.com/alanphoon/jquery-live-preview/master/js/jquery-live-preview.min.js?v1.1.0",function(){jQuery('.views-field-title a').livePreview({targetWidth:1200,targetHeight:1500,scale:.333,viewWidth:400,viewHeight:500});});});}else{jQuery('.views-field-title a').livePreview({targetWidth:1200,targetHeight:1500,scale:.333,viewWidth:400,viewHeight:500});}})();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment