KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
idotjs
★ 16
Open GitHub ↗
dotjs for iOS
Download README (.md)
Explore Similar Repositories
stable
:
Anwsion is a simple ask&answer system writeen in PHP+MYSQL.
faye.java
:
A Faye client for Java 1.6+
Rails-Latest-Migration
:
Opens the latest Rails migration in Sublime Text
spacer.gif
:
Offering a spacer.gif
android-axel
:
Axel is an opensource HTTP/FTP download manager. Now, it is available for Android.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
idotjs
?
Download (.md)
# idotjs [dotjs](https://github.com/defunkt/dotjs) for iOS. By storing .js files into your Dropbox folder `~/Dropbox/Apps/idotjs/`, you can inject Javascript into your mobile browsing experience. ## Installation You can either download this project and install the application via Xcode, or install it from the [App Store](https://itunes.apple.com/us/app/idotjs/id592002638?ls=1&mt=8) for free. ## Javascript idotjs uses [jQuery 1.8.2-minified](http://jquery.com/). If any script is named `default.js`, it will load every time a page is loaded. ## Controls ### Shake Shake-to-sync with your Dropbox account. ### Swipes Swipe left/right to go back/forward in the webview. ### TabBar Left/Right arrows move back/forward in the webview. Action button to the right allows you to enter a specific web address. Refresh button refreshes current page. ## Example Drop this into `Apps/idotjs/github.com.js`: $('.header-logo-wordmark img').css('width', '97px').css('height', '80px').css('margin-top', '-15px').attr('src', '//bit.ly/ghD24e'); to get this .