-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9972ef
commit 8bf8f96
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
@@ -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 */\ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
postMessage({version:'2.40.80'},'*') | ||
postMessage({version:'2.40.81'},'*') |