Disable WP Video Locker (youtubeblocker) behaviour

If you ever seen a website that asks for a “Share” on Facebook before you are allowed to view a video, try this userscript: http://userscripts.org/scripts/show/399846. This disables the annoying “WPVideoLock” WordPress plugin. Update: Didn’t notice that websites like voceazilei.ro changed their data attribute; so with the ideas of Victor Badoiu I updated it to 0.3,
Continue reading...

OSCam Startup Script for Ubuntu and other linux distros (systemd compatible)

Updated on 14.05.2017 Create a file called /etc/init.d/oscam with the following contents: #!/bin/sh ### BEGIN INIT INFO # Provides: oscam # Required-Start: $local_fs $network $remote_fs # Required-Stop: $local_fs $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop service oscam # Description: oscam ### END INIT INFO
Continue reading...