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...
snippets
If you newly installed Windows 8.1 and you would like to disable Hibernate, you figured out by now that you can’t simply do powercfg /h off like you used to be able to in Windows 7, you get this Windows error codes: An unexpected error condition has occurred. Unable to perform operation. You may not
Continue reading...
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...
If you’ve got an Android phone and you know what ADB is and you are using a Windows machine primarily, chances are you’ve been annoyed by stuff like this in the past.
Continue reading...