This file contains hidden or 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
| dominate.js:1054[ DJS ] Buffering document.write content: <div id="apps_9651" style=""> | |
| dominate.js:1054[ DJS ] Parsing document.write content: <div id="apps_9651" style=""> | |
| dominate.js:1054[ DJS ] Buffering document.write content: <STYLE> | |
| dominate.js:1054[ DJS ] Parsing document.write content: <STYLE> | |
| dominate.js:1054[ DJS ] Buffering document.write content: .Text407873337152778 { font-family:Verdana,Arial !important; font-size:8pt !important;color:#000000 } | |
| dominate.js:1054[ DJS ] Parsing document.write content: .Text407873337152778 { font-family:Verdana,Arial !important; font-size:8pt !important;color:#000000 } | |
| dominate.js:1054[ DJS ] Buffering document.write content: .Text407873337152778 span { color:#000000 !important; } | |
| dominate.js:1054[ DJS ] Parsing document.write content: .Text407873337152778 span { color:#000000 !important; } | |
| dominate.js:1054[ DJS ] Buffering document.write content: .Comment407873337152778 | |
| dominate.js:1054[ DJS ] Parsing document.write content: .Comment407873337152778 |
This file contains hidden or 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
| window.foo = 1; | |
| (function bar() { | |
| var foo = 2; | |
| function exec(code) { | |
| var scr = document.createElement("script"); |
This file contains hidden or 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
| [ | |
| { | |
| "ts" : 1316718251979, | |
| "op" : "outboundclick", | |
| "page" : "http://www.example.com/foo/bar.html", | |
| "kvs" : { | |
| "href" : "http://www.google.com/", | |
| "text" : "Check out Google!" | |
| } | |
| }, |
This file contains hidden or 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
| var SnapABug = function() { | |
| var c = document.location.protocol == "https:" ? "https://snapabug.appspot.com" : "http://www.snapengage.com", | |
| g = document.location.protocol == "https:" ? "https://chtatic.appspot.com" : "http://chtatic.appspot.com", | |
| l = !0, | |
| e = !0, | |
| k = !1, | |
| a = "", | |
| t = "", | |
| p = "", | |
| m = "", |
This file contains hidden or 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
| window.console = window.console || { log: function() {} }; | |
| window.foo = undefined; | |
| window.bar = undefined; | |
| var foo = (function() { | |
| function bar() { | |
| console.log('foo'); | |
| } |
This file contains hidden or 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
| { | |
| "Antimass Deflectors" : { | |
| "text" : "All of your ships may now move through Asteroid Fields but may never end their movement in an Asteroid Field.", | |
| "type" : "fleet" | |
| }, | |
| "Gravity Drive" : { | |
| "text" : "You do not need to roll to leave a gravity rift; if adjacent to a gravity rift or wormhole, +1 to movement.", | |
| "type" : "fleet", | |
| "required" : [ | |
| "Antimass Deflectors" |
This file contains hidden or 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
| <img data-cfsrc="foo.png" data-cfstyle="original:style;" style="display:none;" /> | |
| <noscript> | |
| <img src="foo.png" style="original:style;" /> | |
| </noscript> | |
| <!-- time passes.. --> | |
| <script type="text/javascript"> | |
| //<![CDATA[ | |
| setTimeout( |
This file contains hidden or 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
| { | |
| "name": "Stop Censorship", | |
| "description": "Together we will make the bad guys regret their badness.", | |
| "keywords" : [ | |
| "anti-censorship" | |
| ], | |
| "version": "0.0.1", | |
| "contributors": [ | |
| { | |
| "name" : "Michael Sofaer", |
This file contains hidden or 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
| #!/bin/bash | |
| echo "This script will attempt to install Damonbot."; | |
| echo "Node and npm are required dependencies. Make sure you install them first."; | |
| directory=$1 | |
| if ! [ "$directory" ]; then | |
| echo "Please specify the directory where Damonbot should be installed."; | |
| exit 1; |
This file contains hidden or 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
| (function(context) { | |
| window.CloudFlare && window.CloudFlare.push( | |
| function(require) { | |
| require( | |
| ['cloudflare/rocket'], | |
| function(rocket) { | |
| rocket.push( | |
| function() { |