MCPcopy Index your code
hub / github.com/hoothin/UserScripts / createHTML

Function createHTML

RandomSexyPic/randomSexyPic.user.js:275–277  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

273 }) : null;
274
275 function createHTML(html) {
276 return escapeHTMLPolicy ? escapeHTMLPolicy.createHTML(html) : html;
277 }
278 if (location.href.indexOf("randomsexypicparser") != -1) {
279 GM_addStyle(".discussion-rating{display:none}");
280 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected