This file contains 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
-- README: | |
-- original version by Zehkul and others https://gist.github.com/Zehkul/25ea7ae77b30af959be0 | |
-- convert script for mpv, just throw it into ~/.mpv/scripts/ | |
-- needs: yad, libnotify and at least mpv 0.4 | |
-- press alt + w to make a webm/gif/h264 clip | |
local msg = require 'mp.msg' | |
local opt = require 'mp.options' | |
local mputils = require 'mp.utils' |
This file contains 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
// ==UserScript== | |
// @name Tweakers comments fixer | |
// @namespace tnet.fixer | |
// @description Forces time ascending comments layout and hides all moderations | |
// @include *tweakers.net* | |
// @version 0.2.2-beta | |
// @grant none | |
// @downloadURL https://gist.github.com/RRvW/fd58841de9570ab1b545/raw/tnetcommendsfix.user.js | |
// ==/UserScript== | |
function addGlobalStyle(css) { |