Greasy Fork is available in English.

Smart Dark Mode

Είναι ένα έξυπνο σκοτεινό θέμα που μεταβαίνει αυτόματα σε σκοτεινή οθόνη όταν το χρώμα φόντου της αρχικής σελίδας είναι φωτεινό. Παρέχει μια λειτουργία φίλτρου που επιτρέπει στους χρήστες να προσθέτουν ή να αποκλείζουν τις διευθύνσεις URL για να εφαρμόσουν απευθείας.

< Σχολιασμός για τον κώδικα Smart Dark Mode

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

§
Δημοσιεύτηκε: 13/04/2022
Επεξεργάστηκε: 13/04/2022

When I open a new page, the page from white to dark for a long time. So ,can you please reduce the time , for example just waiting for DOM to be loaded,
rather than all the page content loaded, the user experience will be better..
Thanks

ndaesikΔημιουργός
§
Δημοσιεύτηκε: 17/04/2022

Thanks for the feedback, I solved the problem with my style.
by adding pre-css before pages are fully loaded.
I hope you leave further feedback to solve the code better, thanks !

§
Δημοσιεύτηκε: 02/05/2022

Thanks for the feedback, I solved the problem with my style.
by adding pre-css before pages are fully loaded.
I hope you leave further feedback to solve the code better, thanks !

Great!

§
Δημοσιεύτηκε: 02/06/2022
Επεξεργάστηκε: 02/06/2022

Thanks for the feedback, I solved the problem with my style.
by adding pre-css before pages are fully loaded.
I hope you leave further feedback to solve the code better, thanks !

Hello,
There seems to be a issue: when there are italicized words in the page, the color is too dark and it is hard to read.
Please refer to the attachment and check this.

Thanks

ndaesikΔημιουργός
§
Δημοσιεύτηκε: 02/06/2022

Thanks for the feedback.
I searched the document of the image you reported, and the sentence was tagged with the < i > which is should be only used to emphasize a special sentence, but I think I managed the tag as like an image before, because Facebook was putting an icon on the < i > tag when the previous interface.
As the Facebook do not use to put icon on the tag as no other major sites do not use, I don't need to invert the color of the element as well.

With the newest update, you will be able to see the text in the color as you wanted by eliminating the i-tag color reversal.
Thank you -

§
Δημοσιεύτηκε: 03/06/2022

Thanks for the feedback.
I searched the document of the image you reported, and the sentence was tagged with the < i > which is should be only used to emphasize a special sentence, but I think I managed the tag as like an image before, because Facebook was putting an icon on the < i > tag when the previous interface.
As the Facebook do not use to put icon on the tag as no other major sites do not use, I don't need to invert the color of the element as well.

With the newest update, you will be able to see the text in the color as you wanted by eliminating the i-tag color reversal.
Thank you -



👍👍

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

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