Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

CrappaLinks

Download

Some apps redirect all external links through their servers. This breaks intent filters (which means you can't open Play Store links with the Play Store, GitHub links with the GitHub app, etc - you're forced to use a browser to get past the redirection.)

This module removes the crappy link redirection/masking/tracking globally.
Also, if URL unshortening is enabled, the module will also try to resolve shortened URLs before opening them. This means that e.g. shortened links leading to YouTube (for example: http://bit.ly/1gf00Wo) can be directly opened in the YouTube app.

Author(s): 

GermainZ

Support/Discussion URL: 

http://forum.xda-developers.com/showthread.php?t=2603868

Source code URL: 

https://github.com/GermainZ/CrappaLinks

Package: 

com.germainz.crappalinks

Version name: 

2.8

Release type: 

Stable (low risk of bugs)

Download: 

com.germainz.crappalinks_v29_74a6c5.apk(124.5 KB)

Number of downloads: 

145,049 in total · 33 in the last 24 hours

MD5 checksum: 

74a6c58277f5b15036851befafba1bd2

Uploaded on: 

Sunday, October 5, 2014 - 22:39

Changes: 

New supported shorteners: htn.to, trib.al, mhlthm.ag, nerdi.st, pulse.me, y2u.be, feedproxy.google.com, mdk.toNew supported maskers: news.google.com, mandrillapp.comOther minor improvements.The request form has been slightly updated. The responses can now be viewed publicly (personal contact information has been removed from past submissions) so you can see the progress if you want: https://docs.google.com/spreadsheets/d/1_yFYH0K2FZnFaiUO8JGAQDvVNjt2imxm...

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project