Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. document.addEventListener('DOMContentLoaded', function() {
  2. $.ajax({
  3. url: 'https://raw.githubusercontent.com/laCour/slack-night-mode/master/css/raw/black.css',
  4. success: function(css) {
  5. $("<style></style>").appendTo('head').html(css);
  6. }
  7. });
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement