4chan Slidebar

By American_Jesus Uploaded Sep 2, 2009
/*
  @author: Bruno Guerreiro
  @email: american.jesus.pt@gmail.com
  @update: http://userscripts.org/jetpacks/43.js
  @title: 4chan Slidebar
  @description: 4chan imageboard on Jetpack sidebar
  @version: 02.09.2009

  Based on: http://userscripts.org/jetpacks/36 by jimmy miller
*/
jetpack.future.import("slideBar");
jetpack.slideBar.append({
  icon: "http://www.4chan.org/favicon.ico",
  width: 200,
  html: '<style>scrollbar * {display: none !important;}</style><iframe class="frame" height="99%" width="100%" src="http://www.4chan.org/framesnav"></frame>',
  onSelect: function(slide) {slide({ size: 200 }); 
  if (jetpack.tabs.focused.contentDocument.getSelection() != "") {
      $(slide.doc).find(".frame").attr("src", "http://www.4chan.org/framesnav"  + jetpack.tabs.focused.contentDocument.getSelection());
    }
  },                               
});