MCPcopy Create free account
hub / github.com/hoothin/UserScripts / showResult

Function showResult

A Real Me/ARealMe.user.js:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12(function() {
13 'use strict';
14 function showResult(){
15 var answers=document.querySelectorAll("div.answer");
16 [].forEach.call(answers,function(item){
17 item.innerHTML+=" <font color='red'>"+item.getAttribute("value")+"</font>";
18 });
19 }
20 showResult();
21 var start=document.querySelector("#start");
22 if(start){

Callers 1

ARealMe.user.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected