Skip to content

Category: Questions

Phaser 3 with Unity Ads

I am trying to make a playable on Unity Ads using Phaser 3 but it seems that there are multiple specifications to use it, one of the Unity Ads specifications and as in their documentation “Advertisements should be designed not to need any network requests (XHR), but for example, analytics calls to track…

HTML5 videos don’t autoplay with tippy js

I use tippy.js and when I add a <video loop muted playsinline autoplay> inside a tooltip using allowHTML: true, the video won’t autoplay on chrome. It works on firefox and safari though. How can I achieve this? Here is my js: And here is my html: I tried to add but it doesn’t work eather. Th…

How to merge two javascript codes into one?

Both scripts work separately but I’m trying to merge them into one. All my efforts didn’t work. It’s a simple script to hide the navbar on scroll-down, and show it up on scroll-up with a white background. But when the page is scrolled all the way up, I need the navbar background to become tr…

javascript add text to youtube description box

am trying to add text to youtube description box. here is the javascirpt code am using but not inputting the text as i am sure am not doing it right. here is some code i got from html element Answer Description Box Use the CSS selector #textbox[aria-label=”Tell viewers about your video (type @ to mentio…