22 questions
Hello, I haven't written a millimeter of code yet, but I'd like to ask you a questionI'd like to make the following enhancements to Chrome. Can you make them?c Press the document attached with classro...
The whole thing you want to doExtensions detect notifications implemented on the website and block notifications when url in the block list is transition destination urlI would like to read the json f...
The whole thing you want to doExtensions detect notifications implemented on the website and block notifications when url in the block list is transition destination urlI would like to read the json f...
The whole thing you want to doIn order to prevent transitions to phishing sites by notifications in the site, if notifications using Notification api are detected in the site, the title and body conte...
I would like to fetch the contents of a specific selector by fetching the web page.However, if you execute the code below, domTarget is null.How can I get the contents of the selector? document.addEve...
I am creating a Chrome extension, but I would like to retrieve HTML elements and save them to Chrome.storage.For pages with only h1 tags, if you run JavaScript below, >Value is set to <h1>Hel...
manifest_version: 3,content_scripts:[ { matches: [ https://www.test.com/* ], js: [ test-1.js ] }, { matches: [ https://www.test.com/* ], js: [ test-2.js ] } ],For example, if you c...
A Chromium-based version of Microsoft Edge was recently released.This Edge can install extensions from the Chrome webstore.So I installed my own extensions on Edge.Redirecting to browser-specific page...
Currently, we are creating Chrome extensions that detect script codes that send information secretly on web pages.In addition, what are some ways to send information to the server in JavaScript withou...
I'd like to make these codes into one, but I don't know how to do it.This is the code for the memo function that Chrome extension is considering implementing.I don't know how to deal with errors, so I...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.