Merge branch 'master' of https://github.com/dattaz/alltube into dattaz-master
This commit is contained in:
commit
7f6736d0cb
3 changed files with 23 additions and 2 deletions
|
@ -248,7 +248,24 @@ color:#f2084a;
|
|||
-moz-transition: all 0.1s ease-in;
|
||||
-o-transition: all 0.1s ease-in;
|
||||
}
|
||||
|
||||
|
||||
#bookmarklet{
|
||||
padding:15px;
|
||||
}
|
||||
|
||||
.bookmarklet{
|
||||
position:relative;
|
||||
font-size:13px;
|
||||
color:gray;
|
||||
z-index:10;
|
||||
text-decoration:none;
|
||||
padding-left:30px;
|
||||
padding-right:30px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
border: 2px dotted;
|
||||
}
|
||||
|
||||
.mp3
|
||||
{
|
||||
position:relative;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
·
|
||||
Based on <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>
|
||||
·
|
||||
<a href="javascript:window.location='{$base_url}/api.php?url='+encodeURIComponent(location.href);">Bookmarklet</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
@ -21,4 +21,9 @@
|
|||
</div>
|
||||
</form>
|
||||
<a class="combatiblelink" href="extractors.php">See all supported websites</a>
|
||||
<div id="bookmarklet">
|
||||
<p> Drag this to your bookmarks bar: </p>
|
||||
<a class="bookmarklet" href="javascript:window.location='{$base_url}/api.php?url='+encodeURIComponent(location.href);">Bookmarklet</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue