Skip to content

Commit

Permalink
Release 2.40.81
Browse files Browse the repository at this point in the history
  • Loading branch information
loadletter committed Dec 14, 2024
1 parent d9972ef commit 8bf8f96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 4chan_x.meta.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan x
// @version 2.40.80
// @version 2.40.81
// @namespace aeosynth
// @description Adds various features.
// @copyright 2009-2011 James Campos <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions 4chan_x.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan x
// @version 2.40.80
// @version 2.40.81
// @namespace aeosynth
// @description Adds various features.
// @copyright 2009-2011 James Campos <[email protected]>
Expand Down Expand Up @@ -6447,7 +6447,7 @@
return $.globalEval(("(" + code + ")()").replace('_id_', bq.id));
},
namespace: '4chan_x.',
version: '2.40.80',
version: '2.40.81',
callbacks: [],
css: '\
/* dialog styling */\
Expand Down
2 changes: 1 addition & 1 deletion latest.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postMessage({version:'2.40.80'},'*')
postMessage({version:'2.40.81'},'*')

0 comments on commit 8bf8f96

Please sign in to comment.