Created
July 22, 2013 15:17
-
-
Save keccers/6054664 to your computer and use it in GitHub Desktop.
Console Hacking Socrates
Commands We Ran In The Console To Turn Ryan Into Channing Tatum.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMAGE :: http://minus.com/lYI4VDDjVPFMP | |
$('.user img') | |
[ | |
<img alt="Ryan Burbank" src="https://secure.gravatar.com/avatar/c1f0cf425187945fdd8ba611bbdab570.png?r=PG&d=mm&s=150" title="Ryan Burbank"> | |
] | |
$('.user img src') | |
[] | |
$('.user img).html | |
SyntaxError: Unexpected token ILLEGAL | |
$('.user img').html | |
function (){var t=r.apply(this,arguments);return e.livequery.run(),t} | |
('.user img').replaceWith('<img src="http://ia.media-imdb.com/images/M/MV5BMTc4OTI3Mzg2Nl5BMl5BanBnXkFtZTcwMDAxNTU3OA@@._V1._SX214_CR0,0,214,314_.jpg">'); | |
TypeError: Object .user img has no method 'replaceWith' | |
('.user').replaceWith('<img src="http://ia.media-imdb.com/images/M/MV5BMTc4OTI3Mzg2Nl5BMl5BanBnXkFtZTcwMDAxNTU3OA@@._V1._SX214_CR0,0,214,314_.jpg">'); | |
TypeError: Object .user has no method 'replaceWith' | |
$('.user img').replaceWith('<img src="http://ia.media-imdb.com/images/M/MV5BMTc4OTI3Mzg2Nl5BMl5BanBnXkFtZTcwMDAxNTU3OA@@._V1._SX214_CR0,0,214,314_.jpg">'); | |
[ | |
<img alt="Ryan Burbank" src="https://secure.gravatar.com/avatar/c1f0cf425187945fdd8ba611bbdab570.png?r=PG&d=mm&s=150" title="Ryan Burbank"> | |
] | |
$('.user img').replaceWith('<img src="http://ia.media-imdb.com/images/M/MV5BMTc4OTI3Mzg2Nl5BMl5BanBnXkFtZTcwMDAxNTU3OA@@._V1._SX214_CR0,0,214,314_.jpg">'); | |
[ | |
<img src="http://ia.media-imdb.com/images/M/MV5BMTc4OTI3Mzg2Nl5BMl5BanBnXkFtZTcwMDAxNTU3OA@@._V1._SX214_CR0,0,214,314_.jpg"> | |
] | |
$('#about').append('<p>SOO SEXY AND HANDSOME</p>'); | |
[ | |
<div class="tab-pane active" id="about">…</div> | |
] | |
$('#about h3').append('<p>SOO SEXY AND HANDSOME</p>'); | |
[ | |
<h3>…</h3> | |
, | |
<h3>…</h3> | |
, | |
<h3>…</h3> | |
] | |
$('#about h3:first-child').append('<p>SOO SEXY AND HANDSOME</p>'); | |
[ | |
<h3>…</h3> | |
] | |
$('#about h3:first-child').append('<p>SOO SEXY AND HANDSOME</p>'); | |
[ | |
<h3>…</h3> | |
] | |
$('#about h3:first-child').append('<p>SOO SEXY AND HANDSOME</p>'); | |
[ | |
<h3>…</h3> | |
] | |
$('#about h3:first-child').append('<p>SOO SEXY AND HANDSOME</p>'); | |
[ | |
<h3>…</h3> | |
] | |
$('.span9 small').replaceWith('<small>SEXIEST MAN OF ALL TIME EVARRR</small>'); | |
[ | |
<small>Grasshoppers 2013</small> | |
] | |
$('.dl-horizontal').replaceWith('<iframe width="560" height="315" src="//www.youtube.com/embed/JbIvOf0Xmzo" frameborder="0" allowfullscreen></iframe>'); | |
[ | |
<dl class="dl-horizontal">…</dl> | |
] | |
Blocked a frame with origin "http://www.youtube.com" from accessing a frame with origin "http://socrates.devbootcamp.com". Protocols, domains, and ports must match. www-embed-player-vflT5t3ca.js:217 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment