Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

50
Views
change the class that is behind the id gChatFrame

Retrieve the class that has the ID "gChatFrame" in the comment system: sigComments to replace the style. hard to figure out how to get to this class to modify it. https://sibiro.ru/design.html

setTimeout(()=>{
let frame=document.querySelector('#gChatFrame');
let htmlO=frame.querySelector('#gChatFrame html');
let bodyO=frame.querySelector('#gChatFrame body');
htmlO.append(bodyO);
bodyO.append(frame);
let chatCon;
frame.append(chatCon);
chatCon=document.querySelector('.chatContainer');
document.querySelector('.chatContainer').style.cssText=`
font-family: Arial;
background: none !important;
right: 0px;
bottom: 0px;
padding: 0px;
border:none !important;
overflow: hidden;
position: relative;
margin: 5px;
border-radius: 5px;
`;
// frame.appendChild(chatCon);
frame.insertAdjacentHTML('beforeBegin',chatCon);
},3900);
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!