The Un-Official Proxomitron Forum
Youtube comments and notifications - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: Youtube comments and notifications (/showthread.php?tid=2197)



Youtube comments and notifications - zoltan - Jan. 14, 2015 10:54 PM

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.)



RE: Youtube comments and notifications - JJoe - Jan. 15, 2015 05:54 AM

(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.)



RE: Youtube comments and notifications - zoltan - Jan. 15, 2015 07:45 PM

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.


RE: Youtube comments and notifications - JJoe - Jan. 15, 2015 09:26 PM

(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.)(^)

?


RE: Youtube comments and notifications - zoltan - Jan. 16, 2015 07:59 AM

(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.