Skip to content

Instantly share code, notes, and snippets.

@ayalan
Created August 13, 2015 01:16
Show Gist options
  • Save ayalan/4d8483a381ff4885cf12 to your computer and use it in GitHub Desktop.
Save ayalan/4d8483a381ff4885cf12 to your computer and use it in GitHub Desktop.
Clean up SUUMO pages by adding this as a bookmark.
javascript:$(function(){
$(".headercontainer, .mylist, .l-contactbox-action, .list-type-changer, #contact_form, #siryouForm, .footer, #info_area, #wrapper #contents .toiawaseTitle, #wrapper #contents .toiawaseTitle + .inline_list").fadeOut();
$(".l-contactbox").eq(1).fadeOut();
$("#js-imageGallery-main li").fadeIn();
$("#wrapper").remove();
$("#wrapper").css("width", "100%");
$("form").remove();
$("#js-imageGallery-main li img").each(function(){
$(this).insertBefore("#js-imageGallery").css({"display":"inline-block","width":"30%","margin":"1%"});
});
$("#js-imageGallery").fadeOut();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment