libdvdcss.pkg will no longer install on OS X (now macOS).
Here's how to build and install libdvdcss.2.dylib so that you can use it with, for example, VLC and/or Handbrake.
wget https://download.videolan.org/libdvdcss/1.2.11/macosx/libdvdcss.2.dylib
| <script type="text/javascript"> | |
| function loadGalleryDeepLink() | |
| { | |
| var prefix = "#gallery-"; | |
| var h = location.hash; | |
| if (document.g_magnific_hash_loaded === undefined && h.indexOf(prefix) === 0) |
| /* bling.js */ | |
| window.$ = document.querySelector.bind(document); | |
| window.$$ = document.querySelectorAll.bind(document); | |
| Node.prototype.on = window.on = function(name, fn) { this.addEventListener(name, fn); }; | |
| NodeList.prototype.__proto__ = Array.prototype; | |
| NodeList.prototype.on = function(name, fn) { this.forEach((elem) => elem.on(name, fn)); }; |
| // Get the active Media Query as defined in the CSS | |
| // Use the following format: | |
| // #getActiveMQ-watcher { font-family: "default"; } | |
| // @media only screen and (min-width:20em){ #getActiveMQ-watcher { font-family: "small"; } } | |
| // etc. | |
| window.getActiveMQ = function() { | |
| // Build the watcher | |
| var $watcher = document.createElement('div'), | |
| // alias getComputedStyle | |
| computed = window.getComputedStyle, |
| # ----------------------------------------------------------------- | |
| # .gitignore for WordPress | |
| # Bare Minimum Git | |
| # http://ironco.de/bare-minimum-git/ | |
| # ver 20150227 | |
| # | |
| # This file is tailored for a WordPress project | |
| # using the default directory structure | |
| # | |
| # This file specifies intentionally untracked files to ignore |
| /** | |
| * Stop an iframe or HTML5 <video> from playing | |
| * @param {Element} element The element that contains the video | |
| */ | |
| var stopVideo = function ( element ) { | |
| var iframe = element.querySelector( 'iframe'); | |
| var video = element.querySelector( 'video' ); | |
| if ( iframe ) { | |
| var iframeSrc = iframe.src; | |
| iframe.src = iframeSrc; |
| /** | |
| * Rename Posts in admin menu | |
| * | |
| */ | |
| new dhf_rename_posts('News'); | |
| class dhf_rename_posts | |
| { | |
| private $name; |
| <!-- Your html mark up should be like this: --> | |
| <ul id="Gallery01" class="gallery"> | |
| <li> | |
| <a href="img1.jpg" rel="prettyPhoto[Gallery1]" title="img1.jpg"> | |
| <img class="work-more color" alt="img1" src="img1.jpg" /> | |
| </a> | |
| </li> | |
| <li> | |
| <a href="img2.jpg" rel="prettyPhoto[Gallery1]" title="img2.jpg"> |