Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

google chrome

  1. BubbleMan

    JavaScript Making A Chrome Extension, unsure how to store multiple items in chrome.local.storage?

    I am makinng a note-taking chrome extension but the code only remembers the last note that was added to it, not all of the notes. Code Below: index.js: key = "note" chrome.storage.local.get([key], function(result) { let elem = document.createElement('label') let space =...
  2. Johna

    How to make a Chrome Extension save data

    Hi everyone, I made a chrome extension, and it has a dark mode option. I want the extension to remember the last mode it was on, so if it was previously on dark mode, when you close and open the extension it should stay on dark mode. Is there a way to do this? Btw if you need to know, the code...
  3. Johna

    One of the first projects I've actually completed: Chrome Extention

    Well so I made this extension a last week. https://microsoftedge.microsoft.com/addons/detail/quora-unlimited/bibodjphdfgcpdnlfhnbdodohhggcgga It removes that sign up popup when you view a Quora page. I can't upload is on the chrome web store, cause you need to pay 5 euros/dollars, whatever it...
  4. Johna

    JavaScript Chrome extension to edit page HTML and CSS not working

    Ok, so the last question I posted I didn't put the code in the </> thing, so I'm re-asking it here. Hi everyone, I made this extension to view unlimited number of Quora pages without having to sign up by removing the sign up popup. I don't know what I did wrong, but it isn't working. My browser...
  5. Johna

    Chrome extension not working

    Hi everyone, I made this extension to view unlimited number of Quora pages without having to sign up by removing the sign up popup. I don't know what I did wrong, but it isn't working. My browser also doesn't give any errors. Here's the code: manifest.json { "manifest_version": 2, "name"...
  6. T

    HTML Iframe login not working

    Hi, I am trying to create a portal to quickly navigate between websites quickly. But I have run into an issue. I am using an iframe to open the website in the window, but when I input my login information to the iframe page, it just reloads and doesn't proceed. It works on IE but no other...
  7. N

    All my login Data with passwords is on my fellow Students Macbook. Help.

    So basically all my login Data including Passwords from Google Chrome are now saved on my fellow Students Macbook. I have a Macbook as well. We obviously use the same University Wifi (with VPN) but I was never on his Notebook and he was not on mine. We worked on a Google Doc together for a Film...
  8. D

    Disable hardware acceleration for Google Chrome - Website Video Background Issues

    I recently noticed that my website which uses a full screen video background with both (.mp4 and .webm) video formats is flashing a green screen when the user clicks away from the homepage on Google Chrome browser only. (Everything works perfectly on Mozilla Firefox and IE edge) So, If the...
Back
Top Bottom