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
| 0x00sec.org | |
| 10.32.59.31:32204 | |
| 10.45.35.173:7990 | |
| 1122qq.weebly.com | |
| 123movies.co | |
| 123moviesfull.co | |
| 123movies.re | |
| 1337x.io | |
| 141jav.com | |
| 1592878.com |
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
| --[[ | |
| Twitch.tv extension v0.0.2 by Stefan Sundin | |
| https://gist.github.com/stefansundin/c200324149bb00001fef5a252a120fc2 | |
| The only thing that this extension does is to act as a helper to seek to the | |
| correct time when you open a twitch.tv url that contains a timestamp. | |
| You must have the playlist parser installed as well! | |
| Usage: | |
| 1. Install the playlist parser: https://addons.videolan.org/p/1167220/ |
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
| // ==UserScript== | |
| // @name quora | |
| // @namespace quora | |
| // @description quora, deletes topics layer | |
| // @include http://www.quora.com* | |
| // @include https://www.quora.com* | |
| // @version 1 | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
| // @grant none | |
| // ==/UserScript== |
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
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #InstallKeybdHook | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| ; OPTIONAL: For those who use Home/End more than PgUp/PgDown, this flips their use with the Fn key. | |
| ; If you want the buttons to function as they are, add a semicolon (;) to the beginning of each line below. | |
| Home::PgUp | |
| End::PgDn | |
| PgUp::Home |
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
| #!/bin/sh | |
| downpomf="https://a.pomf.cat/" | |
| uppomf="https://pomf.cat/upload.php" | |
| if test $# -lt 1 ; then | |
| echo "Usage: `basename $0` FILE [FILE...]" | |
| exit 1 | |
| fi | |
| set= |
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
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout somewhen, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! |
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
| --[[ | |
| Add Similar, testing version | |
| This program is free software; you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation; either version 2 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
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
| #!/bin/bash | |
| # Programm Bashtuner | |
| # Autor Karsten Weidenfeld | |
| # OS Linux Mint 14, Ubuntu 12.04 | |
| # Abhängigkeiten curl, vlc, zenity, streamripper | |
| # Bashtuner ist ein Radio Abspielprogramm das wahlweise Sender aus einer lokalen Favouritenliste | |
| # oder einer Onlineliste abspielt. Es können auch Sender aus der Onlineliste übernommen werden. |
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
| #!/bin/bash | |
| # | |
| # This is a bash script to properly pass a *nix or OS X path to a Windows program | |
| # running under WINE. | |
| # | |
| # Written by Steven Saus (uriel1998) | |
| # | |
| # This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 | |
| # Unported License. To view a copy of this license, visit | |
| # http://creativecommons.org/licenses/by-sa/3.0/. |
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
| --[[ | |
| $Id$ | |
| Copyright © 2007-2012 the VideoLAN team | |
| This program is free software; you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation; either version 2 of the License, or | |
| (at your option) any later version. |
NewerOlder