Skip to content

Instantly share code, notes, and snippets.

@jiahut
Last active May 15, 2019 06:48
Show Gist options
  • Save jiahut/33a4f44b320c3776004bd80f77725037 to your computer and use it in GitHub Desktop.
Save jiahut/33a4f44b320c3776004bd80f77725037 to your computer and use it in GitHub Desktop.
// https://ppt.geekbang.org/list/qconbj2019?from=timeline&isappinstalled=0
JSON.stringify(jQuery.map(jQuery(".last-line > a"), e => jQuery(e).attr('href') ))
function addScript( src ) {
var s = document.createElement( 'script' );
s.setAttribute( 'src', src );
document.body.appendChild( s );
}
addScript("https://code.jquery.com/jquery-3.3.1.min.js")
// jQuery(function() {
// jQuery('.Header-topNav').remove()
// })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment