├── Assets ├── CleanLinksForGoogle.png └── CleanLinksForGoogle.psd ├── CleanLinksForGoogle Extension ├── Base.lproj │ └── SafariExtensionViewController.xib ├── CleanLinksForGoogle_Extension.entitlements ├── Info.plist ├── SafariExtensionHandler.swift ├── SafariExtensionViewController.swift └── script.js ├── CleanLinksForGoogle.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── xcshareddata │ └── xcschemes │ │ ├── CleanLinksForGoogle Extension.xcscheme │ │ └── CleanLinksForGoogle.xcscheme └── xcuserdata │ └── Umetzu.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── CleanLinksForGoogle ├── AppDelegate.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── 1024.png │ │ ├── 16.png │ │ ├── 512-1.png │ │ ├── 512.png │ │ ├── Contents.json │ │ ├── Icon-128.png │ │ ├── Icon-256.png │ │ ├── Icon-257.png │ │ ├── Icon-32.png │ │ ├── Icon-33.png │ │ └── Icon-64.png │ └── Contents.json ├── Base.lproj │ └── Main.storyboard ├── CleanLinksForGoogle.entitlements ├── Info.plist └── ViewController.swift ├── LICENSE ├── README.md └── SECURITY.md /Assets/CleanLinksForGoogle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/Assets/CleanLinksForGoogle.png -------------------------------------------------------------------------------- /Assets/CleanLinksForGoogle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/Assets/CleanLinksForGoogle.psd -------------------------------------------------------------------------------- /CleanLinksForGoogle Extension/Base.lproj/SafariExtensionViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle Extension/Base.lproj/SafariExtensionViewController.xib -------------------------------------------------------------------------------- /CleanLinksForGoogle Extension/CleanLinksForGoogle_Extension.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle Extension/CleanLinksForGoogle_Extension.entitlements -------------------------------------------------------------------------------- /CleanLinksForGoogle Extension/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle Extension/Info.plist -------------------------------------------------------------------------------- /CleanLinksForGoogle Extension/SafariExtensionHandler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle Extension/SafariExtensionHandler.swift -------------------------------------------------------------------------------- /CleanLinksForGoogle Extension/SafariExtensionViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle Extension/SafariExtensionViewController.swift -------------------------------------------------------------------------------- /CleanLinksForGoogle Extension/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle Extension/script.js -------------------------------------------------------------------------------- /CleanLinksForGoogle.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /CleanLinksForGoogle.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /CleanLinksForGoogle.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /CleanLinksForGoogle.xcodeproj/xcshareddata/xcschemes/CleanLinksForGoogle Extension.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle.xcodeproj/xcshareddata/xcschemes/CleanLinksForGoogle Extension.xcscheme -------------------------------------------------------------------------------- /CleanLinksForGoogle.xcodeproj/xcshareddata/xcschemes/CleanLinksForGoogle.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle.xcodeproj/xcshareddata/xcschemes/CleanLinksForGoogle.xcscheme -------------------------------------------------------------------------------- /CleanLinksForGoogle.xcodeproj/xcuserdata/Umetzu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle.xcodeproj/xcuserdata/Umetzu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /CleanLinksForGoogle.xcodeproj/xcuserdata/Umetzu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle.xcodeproj/xcuserdata/Umetzu.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /CleanLinksForGoogle/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/AppDelegate.swift -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/16.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/512-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/512-1.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/512.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-128.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-256.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-257.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-257.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-32.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-33.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/AppIcon.appiconset/Icon-64.png -------------------------------------------------------------------------------- /CleanLinksForGoogle/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /CleanLinksForGoogle/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /CleanLinksForGoogle/CleanLinksForGoogle.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/CleanLinksForGoogle.entitlements -------------------------------------------------------------------------------- /CleanLinksForGoogle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/Info.plist -------------------------------------------------------------------------------- /CleanLinksForGoogle/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/CleanLinksForGoogle/ViewController.swift -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umetzu/CleanLinksForGoogle/HEAD/SECURITY.md --------------------------------------------------------------------------------