<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrome-come-on-github-javascript, branch master</title>
<subtitle>Chrome extension that sends a recent User-Agent to GitHub</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-come-on-github-javascript/'/>
<entry>
<title>Add README &amp; license</title>
<updated>2017-08-22T22:40:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-22T22:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-come-on-github-javascript/commit/?id=746be1ed7b9602d4c4071349c26b88a081da7037'/>
<id>746be1ed7b9602d4c4071349c26b88a081da7037</id>
<content type='text'>
A short description of the impetus for this extension. No installation
instructions for the moment. To be honest, I'm not sure I really want to
encourage people to install this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A short description of the impetus for this extension. No installation
instructions for the moment. To be honest, I'm not sure I really want to
encourage people to install this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use newer Chrome User-Agent when accessing GitHub</title>
<updated>2017-08-22T22:23:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-22T22:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-come-on-github-javascript/commit/?id=b2b9f6b59a75925a3d046bc36d38104ec15cbe0d'/>
<id>b2b9f6b59a75925a3d046bc36d38104ec15cbe0d</id>
<content type='text'>
Follow the examples on:

- https://developer.chrome.com/extensions/webRequest#examples
- https://developer.chrome.com/extensions/samples#search:catblock
- https://stackoverflow.com/questions/10334909/associate-a-custom-user-agent-to-a-specific-google-chrome-page-tab

to change the User-Agent header when accessing GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow the examples on:

- https://developer.chrome.com/extensions/webRequest#examples
- https://developer.chrome.com/extensions/samples#search:catblock
- https://stackoverflow.com/questions/10334909/associate-a-custom-user-agent-to-a-specific-google-chrome-page-tab

to change the User-Agent header when accessing GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add manifest.json</title>
<updated>2017-08-22T22:21:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-22T19:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-come-on-github-javascript/commit/?id=09626809013999b42f1930f1036debbd9b9db978'/>
<id>09626809013999b42f1930f1036debbd9b9db978</id>
<content type='text'>
Follow the example for getting access to the "webRequest" API:

https://developer.chrome.com/extensions/webRequest#manifest
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow the example for getting access to the "webRequest" API:

https://developer.chrome.com/extensions/webRequest#manifest
</pre>
</div>
</content>
</entry>
</feed>
