Skip to content

Commit

Permalink
Missing to update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bootleq committed Oct 28, 2024
1 parent 770ca79 commit b714ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion facebook-no-refresh.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Facebook 不要自動重新整理
// @description 抵抗臉書首頁(動態消息)自動重整的行為
// @version 1.0.1
// @version 1.1.0
// @license MIT
// @author bootleq
// @namespace bootleq.com
Expand Down Expand Up @@ -78,6 +78,7 @@ const delayFeedStale = () => {
if (
typeof m !== 'object' ||
typeof m.FEED_STALE_TIMEOUT !== 'number' ||
typeof m.FEED_VISIBILITY_TIMEOUT !== 'number' ||
typeof m.BADGE_STALE_TIMEOUT !== 'number'
) {
throw new Error('Unexpected shape of CometFeedStalenessConstants');
Expand Down

0 comments on commit b714ed9

Please sign in to comment.