Post Reply 
Youtube comments and notifications
Jan. 14, 2015, 10:54 PM
Post: #1
Youtube comments and notifications
After getting Youtube https filtered again, using sidki's config, there are a few issues:
1. the comment box under videos doesn't function.
2. hidden replies won't open.
3. the notifications (top right) dropdown won't load.

The culprit seems to be Block/Modify: Sel. JS Methods. Unchecking it gets everything working. But after adding its keyword a_js. to all of the potential URLs below, the problems remain.

Code:
apis.google.com/_/scs/abc-static/_/js/*gapi.loaded_0    $SET(0=a_js.)
apis.google.com/_/scs/abc-static/_/js/*gapi.loaded_1    $SET(0=a_js.)
apis.google.com/_/scs/abc-static/_/js/*gapi.loaded_2    $SET(0=a_js.)
apis.google.com/_/scs/abc-static/_/js/*gapi.loaded_3    $SET(0=a_js.)
s.ytimg.com/yts/jsbin/spf-vflOkJjq1/spf.js    $SET(0=a_js.)
s.ytimg.com/yts/jsbin/www-en_US-vflCYVkC1/base.js    $SET(0=a_js.)
Add Thank You Quote this message in a reply
Jan. 15, 2015, 05:54 AM (This post was last modified: Jan. 15, 2015 05:55 AM by JJoe.)
Post: #2
RE: Youtube comments and notifications
(Jan. 14, 2015 10:54 PM)zoltan Wrote:  After getting Youtube https filtered again, using sidki's config, there are a few issues:
1. the comment box under videos doesn't function.
2. hidden replies won't open.
3. the notifications (top right) dropdown won't load.

Do 2 and 3 require me to sign in to youtube?

First try

Code:
plus.googleapis.com/             $SET(0=i_loc_j:0.)

If that doesn't work, try

Code:
plus.googleapis.com/             $SET(0=a_web.)
Add Thank You Quote this message in a reply
Jan. 15, 2015, 07:45 PM
Post: #3
RE: Youtube comments and notifications
The only change is that both exceptions allow the hidden replies to open -- but only when not signed in. After signing in to google, all 3 are still blocked. So all 3 require a sign in.

Block/Modify: Sel. JS Methods must be complicated. I thought the keywords were sufficient to escape the filter. Adding exceptions that way has usually been successful for me - though tracking down the offending url can be a pain.
Add Thank You Quote this message in a reply
Jan. 15, 2015, 09:26 PM (This post was last modified: Jan. 16, 2015 04:51 AM by JJoe.)
Post: #4
RE: Youtube comments and notifications
(Jan. 15, 2015 07:45 PM)zoltan Wrote:  So all 3 require a sign in.

Rats.

I signed in but do not see 3, with or without filtering?

Quote:the comment box under videos doesn't function.

"Comment box"? For seeing comments or adding them?


(Jan. 15, 2015 07:45 PM)zoltan Wrote:  Block/Modify: Sel. JS Methods must be complicated.

"Block/Modify: Sel. JS Methods 10.09.07 [sd] (d.r)"
isn't covered by one keyword (other than a big hammer, a_web) and the ".r" means it is required for the set to work correctly. Atm, I'll guess the problem is the location object.

What happens after you add

Code:
$SET(keyword=$GET(keyword)i_loc_j:0.)(^)
~$SET(keyword=$GET(keyword)i_loc_j:0.)(^)

?
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
zoltan
Jan. 16, 2015, 07:59 AM (This post was last modified: Jan. 16, 2015 08:00 AM by zoltan.)
Post: #5
RE: Youtube comments and notifications
(Jan. 15, 2015 09:26 PM)JJoe Wrote:  What happens after you add

After that, all three are working! Smile!
Although I should say that there was some inconsistent behavior just now before I added the exceptions, including comments not loading at all. I hope google isn't currently changing the code.
The notifications dropdown is activated by clicking the bell icon at top right between "upload" and blue accounts square.
Comments box is for adding your own comments. Before clicking, it says "share your thoughts." After clicking it's supposed to expand very slightly and place a cursor at left.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: