Skip to content

Instantly share code, notes, and snippets.

View mmtftr's full-sized avatar
😋
Hello there!

Mehmet Efe Akça mmtftr

😋
Hello there!
View GitHub Profile
@mmtftr
mmtftr / init.vim
Created October 10, 2020 14:06
my nvim conf
call plug#begin('~/.local/share/nvim/site/autoload/plug')
" NERDTree
Plug 'scrooloose/nerdtree'
Plug 'pangloss/vim-javascript'
Plug 'leafgarland/typescript-vim'
Plug 'peitalin/vim-jsx-typescript'
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
Plug 'jparise/vim-graphql'
" Git integration
@mmtftr
mmtftr / lnmtl.py
Created February 24, 2020 16:19
LNMTL source with google translation
# -*- coding: utf-8 -*-
import json
import logging
import re
from concurrent import futures
import requests
import time
import json
import js2py
@mmtftr
mmtftr / byepopups.user.js
Created January 31, 2017 11:37
Byepopups!
// ==UserScript==
// @name Byepopups!
// @namespace http://mehmetefeakca.me/
// @version 0.001
// @description try to remove all those nasty popups that happen when you click anything in the website! They do suck..
// @author MMTF
// @match *://*/*
// @grant none
// @run-at document-start
// ==/UserScript==