google-chrome tag

64 questions


2 answers
89 views
0
I want to display the compound letter ̤̫ 」 so that it can be seen on the rabbit's face.

EnvironmentOS:OSX El Capitan 10.11.6Safari: 9.1.2 11601.7.7Chrome: 55.0.2883.95 64-bithttps://codepen.io/technuma/pen/BpBRjZ<h1>b̫rarabbit ̤̫ &</h1>character codes:UTF-8Characters you want...


1 answers
118 views
0
Nodejs (Express) cannot set the SameSite attribute of cookies to None

We are creating a backend for Twitter's view app on Nodejs (Express).The login method is to use Twitter Api to save the token returned after authentication to the session and restore the session from ...


1 answers
86 views
0
I can check the check box with Javascript, but input type="checkbox" does not have checked.

I'm scraping my company site with Python and selenium, but after checking the check box, there is a button to press [Confirm button].So, after accessing the site with selenium, I thought about checkin...


1 answers
83 views
0
I want to realize the app for using the web app in Chrome.

Is it possible to implement the following applications?The bottom line is the app for using the web app in Chrome.

1 years ago

1 answers
83 views
0
"content_scripts" does not respond when page changes

I'm creating extensions for YouTube, and I wrote the following in manifest:content_scripts:[ { matches: [ https://www.youtube.com/* ], js: [ content_script.js ] }],When I opened the youtube.com ...


1 answers
69 views
0
Post Communication Fails on Chrome

Currently, we are developing Chrome, which has enabled traditional browser add-ons from IE's screen, and transitioning to an external catalog screen with Chrome.We are communicating via POST, but we a...


1 answers
95 views
0
Can the Browser Record Non-Microphone Sound?

I am currently looking for a way to record sounds other than microphones in my browser (mainly chrome).I succeeded in recording from the microphone by using getUserMedia.I would also like to record th...


1 answers
133 views
0
Chrome.tabs.sendMessage Returns Undefined

I'm trying to create an add-on with chrome that does the following:The code for each file is as follows:manifest.json{ name: test, version: 0.0.2, manifest_version—2, description: test, icons: { 16:...


1 answers
113 views
0
Set-Cookie Response Header Blocked by User Configuration

Rails implements the login feature.The authentication endpoint is giving the Set-Cookie response header, but the cookie is not saved with a warning that it has been blocked by user configuration.As yo...


2 answers
95 views
0
I want to load HTML in python+selenium+chrome

https://www.coin-laundry.co.jp/userp/shop_detail/10000543.htmlI would like to extract a health table from the above site.The table part seems to be generated by javascript, so I wrote the code to get ...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.