Greasy Fork镜像 is available in English.

讨论 » 开发

facebook - unhide the link with the timestamp in "activity log" PERMANENTLY

§
发布于:2016-08-25

facebook - unhide the link with the timestamp in "activity log" PERMANENTLY

Hello,
I'm new to this forum and also new to greasemonky.

As described I'm searching a almost ready script or a tutorial which describes how to unhide the link with the timestamp on the left side of activity log. ("Peter Pan replied on his own commment ... Aug. 25 2016..."). This timestamp is on the left side in the second / third line and will appear if I hover with the mouse. Otherwise the timestamp is hidden.

Does anybody know a discussion about this topic or a almost ready solution?

thanks in ahead
PeterPan

§
发布于:2016-08-26
编辑于:2016-08-26

hello,

1. example (using a new language)
------------------------------

Aug 25, 2016 6:11pm

Hint: In the brackets between PRE is following text:
"a class="_39g5" href="/myName/posts/1087202148032066""


2. example (I commented on "otherProfiles'-Post)
------------------------------------------

Aug 25, 2016 3:24pm

Hint: In the brackets between PRE is following text:
"a class="_39g5" href="/myName/posts/2111934452365882:45""


(today I learned the difference between inner HTML and outer HTML while copying it.)
thank you for this
PeterPan

woxxom管理员
§
发布于:2016-08-26

Eh, I forgot to mention <code> so I've edited the question.

woxxom管理员
§
发布于:2016-08-26
编辑于:2016-08-26

It's possible to solve without a userscript, simply install Stylish-chrome and then:

  1. click its toolbar icon, click Manage styles
  2. click Write new style, click Import
  3. give it a name like Show activity timestamp
  4. click Import, paste the text and click Overwrite
  5. click Save.
@-moz-document domain("facebook.com") {
._5shl { visibility: visible!important }
}
§
发布于:2016-08-26
编辑于:2016-08-30

Hi,

it works very well ;)
With installation-video and on & off-switching. fine.

I will transfer the suerordinate problem for this small one in a new thread.

thx
PeterPan

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。