Skip to content

Commit fdba44f

Browse files
committed
Bump version for removal of global banner
1 parent d3474b1 commit fdba44f

File tree

77 files changed

+77
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+77
-77
lines changed

Diff for: 10kToolsHelper.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Expand all sections, and adds additional post type filters
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.2.12
6+
// @version 3.2.13
77
//
88
// @match https://*.stackoverflow.com/tools*
99
// @match https://*.serverfault.com/tools*

Diff for: AdditionalInlinePostModMenu.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
66
// @author Cody Gray
7-
// @version 5.6.12
7+
// @version 5.6.13
88
//
99
// @match https://*.stackoverflow.com/*
1010
// @match https://*.serverfault.com/*

Diff for: AdditionalPostModActions.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Adds a menu with mod-only quick actions in post sidebar
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 5.6.12
6+
// @version 5.6.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: ChatEmojis.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Allows users to insert emojis into chat. If chat message contains just an emoji, increase display size
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 2.0.12
6+
// @version 2.0.13
77
//
88
// @match https://chat.stackoverflow.com/rooms/*
99
// @match https://chat.stackexchange.com/rooms/*

Diff for: ChatImprovements.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description New responsive user list with usernames and total count, more timestamps, use small signatures only, mods with diamonds, message parser (smart links), timestamps on every message, collapse room description and room tags, mobile improvements, expand starred messages on hover, highlight occurrences of same user link, room owner changelog, pretty print styles, and more...
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.7.12
6+
// @version 4.7.13
77
//
88
// @match https://chat.stackoverflow.com/*
99
// @match https://chat.stackexchange.com/*

Diff for: ChatMoreMagicLinks.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Some magic links are not parsed in Stack Overflow Chat. This script parses and submit expanded magic links via an edit to your latest message.
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://chat.stackoverflow.com/rooms/*
99
//

Diff for: ChatPagination.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Improvements to pagination of user recent messages page. Do not install if you have ChatImprovements as it also implements this.
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://chat.stackoverflow.com/*
99
// @match https://chat.stackexchange.com/*

Diff for: ChatRedactMessages.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add "Redact + Purge + Delete" button to message history page
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.0.12
6+
// @version 4.0.13
77
//
88
// @match https://chat.stackoverflow.com/*
99
// @match https://chat.stackexchange.com/*

Diff for: ChatRoomInfoAnnotations.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Display users' annotations in chat room info
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://chat.stackoverflow.com/rooms/info/*
99
// @match https://chat.stackexchange.com/rooms/info/*

Diff for: ChatTranscriptHelper.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Converts UTC timestamps to local time, Load entire day into single page
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 5.3.12
6+
// @version 5.3.13
77
//
88
// @match https://chat.stackoverflow.com/transcript/*
99
// @match https://chat.stackexchange.com/transcript/*

Diff for: ChatTranscriptsByDefault.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description In Q&A posts and comments, rewrites chat room links to chat transcript to avoid accidentally joining the room
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.2.12
6+
// @version 3.2.13
77
//
88
// @match https://*.stackoverflow.com/questions/*
99
// @match https://*.serverfault.com/questions/*

Diff for: CodeLineNumbers.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Insert line numbers into code blocks
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 1.0
6+
// @version 1.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: CommentFlagTypeColours.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Background colours for each comment flag type
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.0.12
6+
// @version 4.0.13
77
//
88
// @match https://*.stackoverflow.com/questions/*
99
// @match https://*.serverfault.com/questions/*

Diff for: CommentFlagsHelper.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Always expand comments (with deleted) and highlight expanded flagged comments, Highlight common chatty and rude keywords
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 8.2.12
6+
// @version 8.2.13
77
//
88
// @match https://*.stackoverflow.com/admin/dashboard*
99
// @match https://*.serverfault.com/admin/dashboard*

Diff for: CommentUndeleter.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Allows moderators to undelete user-deleted comments
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.1.12
6+
// @version 3.1.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: CommentUserColours.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Unique colour for each user in comments to make following users in long comment threads easier
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.1.12
6+
// @version 3.1.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: CreatePrivateModChatroom.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description One-click button to create private/mod chat room with user and grant write access
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://chat.stackoverflow.com/users/*
99
// @match https://chat.stackexchange.com/users/*

Diff for: DeclinedFlagsNotifier.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Show topbar indicator for recently declined flags
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: DeletedUsersHelper.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Additional capability and improvements to display/handle deleted users
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.8.12
6+
// @version 3.8.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: DiscussedOnMeta.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description For questions and answers, displays info if it's discussed on Meta. On arrow mouseover, displays the Meta posts
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.1.12
6+
// @version 4.1.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: DisplayInlineCommentFlagHistory.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Grabs post timelines and display comment flag counts beside post comments, on comment hover displays flags
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.0.12
6+
// @version 4.0.13
77
//
88
// @match https://*.stackoverflow.com/questions/*
99
// @match https://*.serverfault.com/questions/*

Diff for: DuplicateAnswersFlagsHelper.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add action button to delete AND insert duplicate comment at the same time
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.0.12
6+
// @version 4.0.13
77
//
88
// @match https://*.stackoverflow.com/admin/dashboard?flagtype=answerduplicateanswerauto*
99
// @match https://*.serverfault.com/admin/dashboard?flagtype=answerduplicateanswerauto*

Diff for: ElectionSupporterFlairs.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Flair users who voted in the elections when you were elected, or if non-mod, for the latest election
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: ExpandShortLinks.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Appends more characters to short link texts in posts and comments so they can be easily seen and clicked on
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: FetchVoteCountsAgain.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Fetch vote counts for posts and enables you to click to fetch them again, even if you do not have sufficient rep. Also enables fetch vote counts on posts in mod flag queue as well as question/search lists!
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: FindUsersAdditionalInfo.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Loads more user details from the API on the find users page (/admin/find-users)
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 2.0.12
6+
// @version 2.0.13
77
//
88
// @match https://*.stackoverflow.com/admin/find-users*
99
// @match https://*.serverfault.com/admin/find-users*

Diff for: FlagRetractor.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Implements retract flag button on own flag history page
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/users/flag-summary/*
99
// @match https://*.serverfault.com/users/flag-summary/*

Diff for: HNQSiteNames.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Adds site names to HNQ sidebar
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 1.0.12
6+
// @version 1.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: HideReputation.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Hide all user reputation on the site
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: HideVoteCounts.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Hides post score until voted
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: HoverExpandNavigationLinks.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description On pagination dots "..." mouseover, adds more page links (max 30 per hover), keyboard shortcuts for jumping to prev/next pages
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: LightboxImages.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Opens image links in a lightbox instead of new window/tab in main & chat. Lightbox images that are displayed smaller than it's original size.
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.3.12
6+
// @version 3.3.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: MigrationHelper.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Dropdown list of migration targets displaying site icon/logo/header images and links to the selected site's on-topic page and mod list. Displays additional information for custom flagger for selected network site.
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.1.12
6+
// @version 4.1.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: MobileModeratorPages.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Converts mod pages to mobile-friendly UI
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 2.0.12
6+
// @version 2.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: ModBatchCommentDeleter.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Batch delete comments using comment IDs or permalinks (e.g.: from SEDE https://data.stackexchange.com/stackoverflow/query/1131935)
44
// @homepage https://github.com/samliew/personal-userscripts
55
// @author Samuel Liew
6-
// @version 4.0.12
6+
// @version 4.0.13
77
//
88
// @match https://*.stackoverflow.com/admin/deleter
99
// @match https://*.serverfault.com/admin/deleter

Diff for: ModFlaggerStats.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Post hover in mod flag queue, get and display flaggers stats. Badge links to user's flag history. Non-mods only can view their own flag badge on profile.
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 5.0.12
6+
// @version 5.0.13
77
//
88
// @match https://*.stackoverflow.com/users/*
99
// @match https://*.serverfault.com/users/*

Diff for: ModMessageHelper.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Adds menu to quickly send mod messages to users
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.9.12
6+
// @version 4.9.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: ModUserQuicklinksEverywhere.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Adds quicklinks to user infobox in posts
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 4.1.12
6+
// @version 4.1.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: ModeratorHistoryImprovements.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Better UI for mod action history page. Auto-refresh every minute.
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.0.12
6+
// @version 3.0.13
77
//
88
// @match https://*.stackoverflow.com/admin/history/*
99
// @match https://*.serverfault.com/admin/history/*

Diff for: NewCommentsLayout.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Better comments layout for easier readability and moderation
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.3.12
6+
// @version 3.3.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: NoOneboxesInChat.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Collapses oneboxes from chat rooms/transcripts/bookmarks, click to display onebox
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.1.12
6+
// @version 3.1.13
77
//
88
// @match https://chat.stackoverflow.com/rooms/*
99
// @match https://chat.stackexchange.com/rooms/*

Diff for: NoOneboxesInChatTranscripts.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Collapses oneboxes from chat transcripts/bookmarks, click to display onebox
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 3.1.12
6+
// @version 3.1.13
77
//
88
// @match https://chat.stackoverflow.com/transcript/*
99
// @match https://chat.stackexchange.com/transcript/*

Diff for: NoUserIdShareLinks.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Remove your referral user id when copying a post share link
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 2.0.12
6+
// @version 2.0.13
77
//
88
// @match https://*.stackoverflow.com/*
99
// @match https://*.serverfault.com/*

Diff for: NotAnAnswerFlagQueueHelper.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Inserts several sort options for the NAA / VLQ / Review LQ Disputed queues
44
// @homepage https://github.com/samliew/SO-mod-userscripts
55
// @author Samuel Liew
6-
// @version 5.0.12
6+
// @version 5.0.13
77
//
88
// @match https://*.stackoverflow.com/admin/dashboard?flagtype=postother*
99
// @match https://*.serverfault.com/admin/dashboard?flagtype=postother*

0 commit comments

Comments
 (0)