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 =...
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...
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...
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...
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"...
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...
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...
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...