Skip to content

Instantly share code, notes, and snippets.

@alex-pat
Last active March 15, 2018 18:16
Show Gist options
  • Save alex-pat/4c88eba208c7265b1dd416915ee4fd81 to your computer and use it in GitHub Desktop.
Save alex-pat/4c88eba208c7265b1dd416915ee4fd81 to your computer and use it in GitHub Desktop.
Scribd sheet music
// https://www.scribd.com/doc/70541177/Chop-Suey-Sheet-Music for example
$("span.a").css("color", "black");
$("img.absimg").css("opacity", 1);
$("div.page_blur_promo").remove();
$("div.between_page_module").remove();
$("div.text_layer").css("text-shadow","");
$("div.page_blur_promo_overlay").remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment