Project 3


j('.yt-simple-endpoint').prepend("xxx");

j('.yt-simple-endpoint').append("rox69xxx");


j('span b').append(" BCE");


j('h1').append(", Bitch.");

j('h2').append(", Bitch.");


j('a').prepend("Like, ");

Comments are closed.