Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Netflix PIP #7

Merged
merged 36 commits into from
Oct 12, 2016
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
75a291b
Update main.js
JoeKuhns Sep 21, 2016
6770c2c
Update main.css
JoeKuhns Sep 23, 2016
8e4c4fb
Update main.js
JoeKuhns Sep 23, 2016
bf51f14
Update main.js
JoeKuhns Sep 24, 2016
a52c2f6
Update main.js
JoeKuhns Sep 24, 2016
70eb666
Update main.css
JoeKuhns Sep 24, 2016
f83480a
Netflix Icon
JoeKuhns Sep 24, 2016
614b812
Update README.md
JoeKuhns Sep 27, 2016
3a3df6d
compiled version
JoeKuhns Sep 28, 2016
cfb3123
Update README.md
JoeKuhns Oct 5, 2016
06df5af
Delete PiedPiPer.safariextz
JoeKuhns Oct 5, 2016
5cc6227
Installable Version
JoeKuhns Oct 5, 2016
02afe02
Update README.md
JoeKuhns Oct 5, 2016
0c79ccf
Update README.md
JoeKuhns Oct 5, 2016
1e2eaa0
Create master branch via GitHub
JoeKuhns Oct 5, 2016
9efc6e7
Update index.html
JoeKuhns Oct 5, 2016
402ecdf
Fix Netflix
JoeKuhns Oct 5, 2016
ac8b4a3
Fix Netflix
JoeKuhns Oct 5, 2016
b644b00
Delete netflix-icon.svg
JoeKuhns Oct 5, 2016
1832a49
New Netflix Icon
JoeKuhns Oct 5, 2016
cb19b63
Update README.md
JoeKuhns Oct 11, 2016
cb1e556
Update index.html
JoeKuhns Oct 11, 2016
7fd5566
Updated to allow injection only on applicable domains.
JoeKuhns Oct 12, 2016
0154d30
Update Info.plist
JoeKuhns Oct 12, 2016
a383442
updating manifest info
JoeKuhns Oct 12, 2016
daae6b4
Update update.plist info
JoeKuhns Oct 12, 2016
a9c3f2d
Setting Up autoupdate
JoeKuhns Oct 12, 2016
a0deb4a
Update Info.plist
JoeKuhns Oct 12, 2016
9585661
Update params.json
JoeKuhns Oct 12, 2016
c99aa01
Fixing AutoUpdate
JoeKuhns Oct 12, 2016
b008812
Updating Stuff
JoeKuhns Oct 12, 2016
42695e4
Update Updates.plist
JoeKuhns Oct 12, 2016
6eb22e0
Updater work
JoeKuhns Oct 12, 2016
ccbc9cc
Update Updates.plist
JoeKuhns Oct 12, 2016
8e1573a
1.9 Updates
JoeKuhns Oct 12, 2016
d620758
Installable Version
JoeKuhns Oct 12, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.html
  • Loading branch information
JoeKuhns authored Oct 5, 2016
commit 9efc6e79ea9a5b2fcbfa34fcbc095e12f04a4233
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Pied PíPer by JoeKuhns</title>
<title>Pied P-í-Per by JoeKuhns</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
Expand All @@ -11,11 +11,10 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">Pied PíPer</h1>
<h1 class="project-name">Pied P-í-Per</h1>
<h2 class="project-tagline">Missing Picture-in-Picture functionality for Safari on macOS Seirra</h2>
<a href="https://github.com/JoeKuhns/PiedPiPer.safariextension" class="btn">View on GitHub</a>
<a href="https://github.com/JoeKuhns/PiedPiPer.safariextension/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/JoeKuhns/PiedPiPer.safariextension/tarball/master" class="btn">Download .tar.gz</a>
<a href="https://joekuhns.github.io/PiedPiPer.safariextension/PiedP%C3%ADPer.safariextz" class="btn">Download Extension</a>
</section>

<section class="main-content">
Expand Down