0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 12, 2025 — Feb 12, 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... over 13 years ago
point readme to wc2 More... over 13 years ago
Update writeCapture.js More... about 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... about 14 years ago
Update README.md More... about 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... over 14 years ago
Merge pull request #32 from brewt/master More... over 14 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... over 14 years ago
Merge pull request #31 from brewt/master More... over 14 years ago
replaceWith() needs to do a case insensitive match for script elements. More... over 14 years ago
The target argument to doXDomainLoad is a string, not an object - need to fetch the element first. More... over 14 years ago
newsweek.com is dead, but the daily beast uses the same code More... over 14 years ago
fix function name, missing var More... over 14 years ago
#30 load xdomain scripts in-place More... over 14 years ago
Merge branch 'master' of github.com:iamnoah/writeCapture More... over 14 years ago
add forceLast tag More... over 14 years ago
Merge pull request #28 from vincejl/master. More... almost 15 years ago
Execute js when using immediateWrites More... almost 15 years ago
immediateWrites option added More... almost 15 years ago
issue 24 - officially expose internal support functions More... almost 15 years ago
clarify usage More... almost 15 years ago
link to async adsense docs More... almost 15 years ago
Fixed script tag regexes which were too greedy. More... about 15 years ago
workaround typeless scripts with type= in the src More... about 15 years ago