चर्चा » विकास

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

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.