This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // <![CDATA[ | |
| // ==UserScript== | |
| // @name YouTube Enhancer | |
| // @fullname YouTube Enhancer | |
| // @description Download Link + Quality Selector + Rollover Preview + Media Controller + Media Resizer + More... | |
| // @homepage http://userscripts.org/scripts/show/33042 | |
| // @icon http://s3.amazonaws.com/uso_ss/icon/33042/large.PNG?1245499122 | |
| // @updateURL http://userscripts.org/scripts/source/33042.meta.js | |
| // @downloadURL http://userscripts.org/scripts/source/33042.user.js | |
| // @author GIJoe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @font-face { | |
| font-family: "Lloyds Jack Light"; | |
| src: url("https://www.lloydsbank.com/assets/fonts/LloydsBankJackLight/lloyds_bank_jack-lightWEB.woff") format('woff'); | |
| } | |
| @font-face { | |
| font-family: "Lloyds Jack Light"; | |
| src: url("https://www.lloydsbank.com/assets/fonts/LloydsBankJackMedium/lloyds_bank_jack-mediumWEB.woff") format('woff'); | |
| font-weight: bold; | |
| } |