-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'No tracking on this page' on every facebook page #2
Comments
Thank you submitting this! |
English (US) |
Ok, that is weird. Would you know why your Facebook is different than most of other people's? |
I tried disabling all other extension and running in incognito mode. Didn't help. Till then I am using the unpacked extension with hardcoded pic link, username and profile link and it is working great. |
Ok. Good that there is a way for you to at least use it! Please let me know when you find the reason why your dom is different! I think there are a few people who also have the same problem. But again, I don't know yet I could test that. |
Same problem again, locale it_IT |
content_looked.js row 183 |
#7 |
@blackout314 Thank you for your comments, can you further explain what you mean? I think @manoharprabhu's problem was that it would not track in the news feed. That happened to you, too? |
Hello @228miles Just wanted to tell I'm in the same case as @manoharprabhu, I've just discovered the extension and was curious about it and it does not do any tracking after quite some time, there is no circle with number on the bottom left, and the extension information page just shows nothing. I've also the same fb2k_pagelet_bluebar and no pagelet_bluebar On my side I'm using facebook in french. I'll try to see if I find how to use the unpacked extension. |
@228miles i've fixed the problem in PR, if you merge or try... |
@alarai Thank you for your comment? Yes, please test if you can. I think if more people report the id and thanks @blackout314 I have seen the PR, I think right now it's too fragile to also support groups and pages. But I investigate if just using #stream_pagelet would be sufficient. Also wondering if the user name and profile picture gets captured, too. |
Hello @228miles I've tried to make it from source but it does not really seem to work more I've made a search in the src js and replaced #pagelet_bluebar by #fb2k_pagelet_bluebar. Then I installed the application but it seemed not too work either. Though that might have been me too because if I have the icon for Data Selfie in chrome, I cannot view the options or anything when installing manually. I can confirm that I have a div with the id stream_pagelet |
I have a |
@alarai did you follow all the instruction in the readme? So After you made the changes, you made a build. What do you mean by "I have the icon for Data Selfie in chrome, I cannot view the options or anything when installing manually"? Also I would recommend disabling the other Data Selfie extension from the Chrome Webstore, if you haven't. @japborst I assume you know a little bit of code? The readme explains how to run the extension after you made changes. The changes should be made in the src folder. So in the specific case |
@228miles yeah I had been to quick trying to load directly the src in extension sorry. So I did try again, downloaded node.js to get the latest version and download every requirements to make it work. So finally I got a built version. But it's still not working. while I can make it work just a bit with #fb2k_pagelet_bluebar but then there is no real tracking the #fb2k_pagelet_bluebar a[data-testid='blue_bar_profile_link'] remains false So i've searched quite more and found that my profile link is the following code : Meaning there is no blue_bar_profile_link either. So I've used chrome and made an ugly version with #u_0_6 > div > div > div._2btk > div > div._9t5._398f > div._4qx3 > div > a and it works, but it is really ugly. If there is anything that could be provided to help you do not hesitate to let me know, in the meanwhile I'll start with this :) |
@alarai ok sounds good. With an id like |
@228miles I'll let you know no problem. Actyually I did not really searched a lot just got the google inspector Selector tool to make it fast and try it. If I find something better I will let you know. I'll have to look after this one too I think #pagelet_bluebar a[title='Profile'] as it probably don't work either. |
Hello @228miles Just to keep you informed, right now I'm still using the code I've talked about the last time, and so far so good. The extension works like a charm. Only thing is I've not found any replacement for the #pagelet_bluebar a[title='Profile'] but its difficult because I don't have a page that actually have this tag as a refrence so I could see what it is and find the equivalent on mine. |
In my case I have
Language: German. Edit: Changing langauge to English didn't change anything, maybe it isn't about language but the location (in my case Argentina). Would the selector |
Do people have an opinion/experience on this current selector that I am using |
For anybody who comes here to find a fix for why Data Selfie doesn't seem to track please consider contributing by sending a screenshot of your code (of course black out any information you don't want to share). I have uploaded a video where I show how to get the view of it here: https://vimeo.com/234004265 You can post it here (preferred) or send me an email at [email protected] with the subject line of "[blue bar]". Hopefully there will be enough submissions to support P.S. quite some people also reported that just waited a few days and then it worked all of the sudden - I don't have any explanation for that, but just wanted to share this info. |
Mine shows #pagelet_bluebar but the counter sometimes (actually a lot) fails to start when I scroll. The console says "no newsfeed posts in view". |
@DarioCorno So, you are saying the counter works when you stop scrolling though? (if you then that's how it supposed to work. I don't want to count seconds on posts that you basically just scroll by, but once you stop because you are looking at something it should count) |
The code
$("#pagelet_bluebar a[data-testid='blue_bar_profile_link']")
returns nothing and data selfie fails to track the page.I have only the ID "fb2k_pagelet_bluebar" on the DOM.
The text was updated successfully, but these errors were encountered: