Project 3

j('.post_info_link:contains("You")').append(" (a really cool guy)");
j('.note_link_current').prepend("Holy shit there's ");
j('.username').prepend("WOW! ");

j('.js-stream-content-link').prepend("Oh FUCK: ");
j('.js-stream-content-link').css('font-weight','bold');

j('.TweetTextSize').prepend("👀 ");
j('.TweetTextSize').append(" 😜🤣💩💩💩👌💯💩💩💩💩");
j('.FullNameGroup').prepend("😒 ");

j('.StationListItem__element').prepend("Panic! At the Disco is better but here's ");
j('.StationListItem__element').css('font-size','12px');
j('.StationListItem__element').css('margin','50px, 0px');

Comments are closed.