Skip to main content

All Questions

0 votes
0 answers
96 views

PWA project help. Users who have installed it jump to the application to open it

PWA project help. Users who have installed it jump to the application to open it. I try to use **function isPwa() { return window.matchMedia('(display-mode: standalone)').matches } ** Determine ...
aisa huhai's user avatar
0 votes
1 answer
643 views

What is the "properties" scheme in the URL "properties://browser/clickID"?

We're capturing error logs from the web console of people visiting our website. I noticed we started getting this error on the 1st of November 2022: XHR error GET properties://browser/clickID I ...
Parisbre56's user avatar
6 votes
2 answers
1k views

Trigger state change of a React component from Chrome extension on a Facebook post

I'm doing a Chrome plugin for Facebook and I want to modify a post using external javascript. I can change the textContent of a span but the state is not changed and the Save button is not activated. ...
Adam Paquette's user avatar
0 votes
1 answer
158 views

Detect page changes that'd don't refresh in Chrome Extension Javascript + Clay.js

Background I am trying to write a Google Chrome extension to detect whenever a user scrolls down on Facebook, and if they successfully load a new set of posts, change the icon for one of the reaction ...
Griffin Beels's user avatar
1 vote
1 answer
143 views

Unable to open chrome browser using JavaScript

I am trying to open a website in chrome from facebook's in app browser. For that i am trying following code but it does not seem to open chrome. window.location.href = 'googlechrome://navigate?url=...
Naveed Khan's user avatar
4 votes
1 answer
8k views

URL Scheme to open Chrome/Firefox (Android OS) from Facebook post

We've a web page that needs to be open in Chrome/Firefox on Android to fully display the content. But when we post the link on Facebook, it always opens the links with its own web browser. So we're ...
Nhan Nguyen Tri's user avatar
2 votes
1 answer
264 views

Chrome 74 breaks work of a Chrome extension

I have a Chrome extension that downloads Facebook messages to the computer. After the latest update of Chrome (v.74) it stopped working. I have created a test extension that will help you understand ...
tube-builder's user avatar
0 votes
2 answers
184 views

Javascript - Used a loop to see old facebook messages in Chrome, don't know how to make it stop

I used the following javascript in the develop tab to see old Facebook messages. There are thousands of messages and it just keeps going. Loading one month of messages took 30 minutes. I only need ...
user avatar
2 votes
1 answer
123 views

Can't select some Facebook classes with jQuery (Chrome Extension)

Long story short. If I use a CSS content_script with the following code... ._o46._nd_ ._hh7 { background-color:#333!important;} ...it works. It changes the Facebook Messenger message bubble color ...
lsfgrd's user avatar
  • 43
1 vote
1 answer
3k views

How did Facebook detect that my browser window needs to be closed?

Before my post might get deleted or buried, allow me to point out that I'm not asking for troubleshooting help. I'm just curious for a technical explanation. So I'm on Chrome and today, when browsing ...
gleerman's user avatar
  • 1,803
0 votes
1 answer
1k views

Redirecting to a specific tab on facebook page through facebook app on phone using javascript

I am trying to open a particular page on facebook with particular tab on the facebook app which gets triggered on a button click This is my code <button onclick="myFunction()" class="button ...
Sajal Sunderka's user avatar
0 votes
1 answer
81 views

Content Script loads on all pages of facebook, but does not work except on home page

I am working on a chrome extension which works on Facebook. The extension puts a private like button beside the ordinary like button. I have made this extension for a client, and the purpose of this ...
Nadeem's user avatar
  • 145
2 votes
1 answer
1k views

The Facebook JavaScript SDK does not work on chrome extension

I am writing up a chrome extension. The functionality of the extension includes the Facebook login. The extension does not support external JavaScript links so for that I had to make "...
Nadeem Ahmad's user avatar
0 votes
0 answers
574 views

Facebook javascript sdk and manual login/logout flow

I am building a chrome kiosk with a manual facebook share flow. (I can also use the javascript sdk, but still run into the same issue). In the perfect scenario, a user logs in and authenticates the ...
Kathryn's user avatar
  • 111
6 votes
1 answer
1k views

Facebook iFrame security error (document.domain) raised by hasPasswordField_

We have a project that use standard Facebook API used mainly for login and registration purpose. Since we use Sentry to receive error notification, the following one (in home page) occurs often: ...
misterwolf's user avatar

15 30 50 per page
1
2 3 4 5
7