Skip to content

Instantly share code, notes, and snippets.

@sdglhm
Created August 19, 2017 10:08
Show Gist options
  • Save sdglhm/89440119455bd9e22130a971a1cd2f69 to your computer and use it in GitHub Desktop.
Save sdglhm/89440119455bd9e22130a971a1cd2f69 to your computer and use it in GitHub Desktop.
var customCSS = ".UFIActorImage {border-radius: 50%;border: none;}.UFIImageBlockImage:after {border: none!important;}";
var css = document.createElement("style");
css.type="text/css";
css.innerText=customCSS;
document.body.appendChild(css);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment