Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Last active August 29, 2015 14:21
Show Gist options
  • Save tuki0918/1a0fc0627599f93d79ef to your computer and use it in GitHub Desktop.
Save tuki0918/1a0fc0627599f93d79ef to your computer and use it in GitHub Desktop.
.room {
width: 200px;
float: left;
margin-right: 145px;
}
.room-msg {
top: -20px;
left: 190px;
height: 100% !important;
width: 100px;
}
@tuki0918
Copy link
Author

browser console

$.get("https://gist.githubusercontent.com/tuki0918/1a0fc0627599f93d79ef/raw/style.css",function(a){a='<style type="text/css">'+a+"</css>";$("body").append(a)});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment