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
/* fejlec gombok */ | |
a.gb_b.gb_cc, .gb_Nc.gb_Oc.gb_cc {display:none!important;} | |
/*#\:cj::before {content: "⎼ ";}*/ | |
#\:cj::after {content: " ⎼ Fontos";} | |
.av {font-size:12px!important;} | |
.qh {font-weight:bold!important;} |
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
----------------------------------------------------------------------------------------------------------------------------- | |
APPS/THEMES | |
----------------------------------------------------------------------------------------------------------------------------- | |
Spotify | |
http://download.spotify.com/blackberry/Spotify.jad | |
goo.gl/iKvpY | |
Tomplayer | |
http://emacberry.com/ota/tomp.jad |
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 ViewTube | |
// @version 2017.02.20 | |
// @description Watch videos from video sharing websites without Flash Player. | |
// @author sebaro | |
// @namespace http://isebaro.com/viewtube | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @downloadURL https://raw.githubusercontent.com/sebaro/viewtube/master/viewtube.user.js | |
// @updateURL https://raw.githubusercontent.com/sebaro/viewtube/master/viewtube.user.js | |
// @icon https://raw.githubusercontent.com/sebaro/viewtube/master/viewtube.png |
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
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros> | |
# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros> | |
# Git Version: spcmd <https://github.com/spcmd> | |
pkgname=sc-im-git | |
pkgver=0.5.0 | |
pkgrel=1 | |
pkgdesc='A spreadsheet program based on SC' | |
arch=('i686' 'x86_64') | |
url='https://github.com/andmarti1424/sc-im' |
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
#!/bin/sh | |
# Run `Brutal Doom` on Arch Linux | |
# | |
# Installation notes: | |
# - install gzdoom from the AUR: https://aur.archlinux.org/packages/gzdoom/ | |
# - if the PGKBUILD has fmodex error, install fmodex first: https://aur.archlinux.org/packages/fmodex4.26.36/ | |
# - download Brutal Doom from http://www.moddb.com/mods/brutal-doom and extract the content to a directory | |
# - set the `DIR` variable to the directory where Brutal Doom got extracted | |
# - run this file |
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
# Based on this AUR pkg: https://aur.archlinux.org/packages/vim-x11/ | |
# Might need to bump the pkgver variable to the current version before running makepkg | |
# You can manually download Vim 7.4.944 source from this archive: http://github.com/vim/vim/archive/v7.4.944.tar.gz | |
_pkgbase=vim | |
pkgname=vim-x11-spcmd | |
pkgver=7.4.944 | |
_versiondir=74 | |
pkgrel=1 | |
_upstream_pkgrel=1 |
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
# Simple titlebar plugin for ranger with trash indicator on the left side | |
# Trash indicator appears only if trash contains at least one file | |
# Indicator is a unicode symbol, it may not appear on some systems (plugin is tested on Arch Linux) | |
# Copy this file to ~/.config/ranger/plugins | |
from ranger.gui.widgets.titlebar import TitleBar | |
import os | |
def _get_left_part(self, bar): |
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
# Config of privoxy-blocklist | |
# array of URL for AdblockPlus lists | |
# for more sources just add it within the round brackets | |
URLS=("https://easylist-downloads.adblockplus.org/easylist.txt" "https://easylist-downloads.adblockplus.org/easyprivacy.txt" "https://easylist-downloads.adblockplus.org/fanboy-social.txt") | |
# config for privoxy initscript providing PRIVOXY_CONF, PRIVOXY_USER and PRIVOXY_GROUP | |
INIT_CONF="/etc/conf.d/privoxy" | |
# !! if the config above doesn't exist set these variables here !! |
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
-- Put it in your rc.lua above the "End user script loading" part. | |
-- Redirect youtube.com to m.youtube.com | |
webview.init_funcs.youtube_redirect = function (view, w) | |
view:add_signal("navigation-request", function (v, uri) | |
if string.match(uri, "^https://www%.youtube%.com/-$") then | |
v.uri = "https://m.youtube.com/?app=m" | |
return false | |
end | |
if string.match(uri, "www%.youtube%.com/watch%?v=") then |
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
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=magnet2rtorrent | |
Comment=Load magnet links to rtorrent (usable with Firefox, Luakit or other browsers) | |
Icon=/home/spcmd/.icons/rtorrent.png | |
Exec=magnet2rtorrent | |
Terminal=false |
NewerOlder