Greasy Fork is available in English.
Stores reviews for other scripts
这些是此脚本的所有版本。 只显示代码变更过的版本。
Skip logging error for status code 304
No need to log an error on status code 304, since it's indicating that nothing has changed.
Merge pull request #24 from bashenk/patch-review-cache-console-error
Silence periodic console messages from Review Cache
Silences the periodic console messages that the Review Cache would trigger whenever fetch_new_reviews is called with disable_popup set to true.
fetch_new_reviews
disable_popup
Also updated the version referenced inside the script.
Fixed typo
Made silent a session variable.
silent
window.review_cache.silent (default: true) is now a configurable variable that persists until page refresh. wkof.Progress.popup_delay(delay, silent) checks silent !== true, so the forced boolean coercion here is for clarity rather than necessity.
window.review_cache.silent
true
wkof.Progress.popup_delay(delay, silent)
silent !== true
Merge pull request #16 from bashenk/patch-review-cache-console
introduce way to force reload for all users
make sure the most recent version is used
remove automatic reload
automatically reload old cache
remove rounding on stored dates