Skip to content

Commit 5dd921d

Browse files
committed
script location update
1 parent 9b0e64a commit 5dd921d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bookmarklet/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ <h1>Mobile Readability Tester Bookmarklet</h1>
1212

1313
<p>Two ways to install bookmarklets on your mobile device. One is to drag this link to your bookmark bar and then sync your desktop bookmarks with your mobile phone.
1414

15-
<p><a href="javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='http://dl.dropbox.com/u/1125125/mobile-readability.min.js'; document.body.appendChild(s);})();">Drag to Bookmark Bar</a></p>
15+
<p><a href="javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='http://robflaherty.github.com/mobile-readability-tester/mobile-readability.min.js'; document.body.appendChild(s);})();">Drag to Bookmark Bar</a></p>
1616

1717
<p>The other is to (a) bookmark this page; (b) copy the the bookmarklet script below; (c) edit the bookmark and replace the location with the copied script.
1818

19-
<textarea>javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='http://dl.dropbox.com/u/1125125/mobile-readability.min.js';document.body.appendChild(s);})();
19+
<textarea>javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='http://robflaherty.github.com/mobile-readability-tester/mobile-readability.min.js';document.body.appendChild(s);})();
2020
</textarea>
2121

2222
</body>

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The pixel height of the content area is displayed, as is the number of "pages" o
1010
## Bookmarklet
1111
You can also insert the test controls into your own page via a bookmarklet. This is still a bit rough/experimental but it sort of works.
1212

13-
[Bookmarklet Page](http://robflaherty.github.com/mobile-readability-tester/bookmarklet/mobile-readability.txt)
13+
[Bookmarklet Page](http://robflaherty.github.com/mobile-readability-tester/bookmarklet/index.html)
1414

1515
[Drag to bookmarks bar]
1616

0 commit comments

Comments
 (0)