0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 21 hours ago.
Jul 08, 2025 — Jul 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Link to PostScribe More... over 13 years ago
Merge pull request #43 from ironfroggy/patch-1 More... almost 14 years ago
point readme to wc2 More... about 14 years ago
Update writeCapture.js More... over 14 years ago
Often 3rd party markup is being inserted and it is not always valid. This allows writeCapture to handle <script type="text/javascript"src="something.js"></script> (note the missing space between attributes) which browsers actually will deal with, but will break the handling of async load callbacks and fail to load the code. More... over 14 years ago
Update README.md More... over 14 years ago
Fix nolib insert. More... over 14 years ago
Merge pull request #38 from 8tracks/master More... over 14 years ago
Forgot the asterisks. More... over 14 years ago
Updating whitespace regex More... over 14 years ago
Allowing whitespace in script tag attributes for DFP More... over 14 years ago
fix nolib error More... almost 15 years ago
Merge pull request #32 from brewt/master More... almost 15 years ago
IE6 has issues with cloneNode() where it doesn't do a proper deep copy. We don't really need to use cloneNode() here, so just use removeChild() instead. More... almost 15 years ago
Merge pull request #31 from brewt/master More... almost 15 years ago
replaceWith() needs to do a case insensitive match for script elements. More... almost 15 years ago
The target argument to doXDomainLoad is a string, not an object - need to fetch the element first. More... almost 15 years ago
newsweek.com is dead, but the daily beast uses the same code More... almost 15 years ago
fix function name, missing var More... almost 15 years ago
#30 load xdomain scripts in-place More... almost 15 years ago
Merge branch 'master' of github.com:iamnoah/writeCapture More... about 15 years ago
add forceLast tag More... about 15 years ago
Merge pull request #28 from vincejl/master. More... about 15 years ago
Execute js when using immediateWrites More... about 15 years ago
immediateWrites option added More... about 15 years ago
issue 24 - officially expose internal support functions More... about 15 years ago
clarify usage More... over 15 years ago
link to async adsense docs More... over 15 years ago
Fixed script tag regexes which were too greedy. More... over 15 years ago
workaround typeless scripts with type= in the src More... over 15 years ago