FB: Full Timestamps 2019

Shows full timestamps on Facebook posts

< Σχολιασμός για τον κώδικα FB: Full Timestamps 2019

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 26/01/2019
Επεξεργάστηκε: 31/01/2019

Ignore this, I was stupid

Any idea why?

JZerscheΔημιουργός
§
Δημοσιεύτηκε: 29/01/2019
Επεξεργάστηκε: 29/01/2019

You didn't follow instructions to reduce the spacing in the top of the file as noted in the description. At the top of the code is this. These libraries are required without them you won't see timestamps, only the post information, like the ID etc. Remove the GAP between @ and r. Notice that there is a space separating @ and r the the last 2 lines of code here? Remove that space. It is in place as per GreasyFork's policy of not accept external references to JS Libraries. Moment.js is hosted on another website and is required for the timestamps.

// @require https://greasyfork.org/scripts/12228/code/setMutationHandler.js // @ require https://momentjs.com/downloads/moment.min.js // @ require https://momentjs.com/downloads/moment-with-locales.min.js

§
Δημοσιεύτηκε: 31/01/2019

I feel like a complete idiot now; thanks!

JZerscheΔημιουργός
§
Δημοσιεύτηκε: 31/01/2019

Lol, it's alright most people don't read a script and they just click install and expect it to work, it happens.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.