Skip to content

Instantly share code, notes, and snippets.

mazii.net##app-notify
mazii.net##app-introduction
mazii.net##.AnyMind_home_right
mazii.net##.bg-white.download-app
mazii.net##app-footer
mazii.net##.show-ads
deepl.com##aside[aria-labelledby="app-ad-banner-heading"]
deepl.com##aside[aria-labelledby="customer-quotes-heading"]
@quyleanh
quyleanh / facebook-unseen.js
Created May 8, 2023 13:11
Facebook Unseen script from vOz with love. https://voz.vn/p/25068946
// ==UserScript==
// @name Facebook Unseen
// @author noname
// @namespace http://www.example.url/to/your-web-site/
// @description Put a good description in here
// @license Creative Commons Attribution License
// @version 0.1
// @include http*://facebook.com/*
// @include http*://*.facebook.com/*
// @include http*://*.messenger.com/*
# Obtain from https://www.gstatic.com/ipranges/goog.json
8.8.4.0/24
8.8.8.0/24
8.34.208.0/20
8.35.192.0/20
23.236.48.0/20
23.251.128.0/19
34.0.0.0/15
34.2.0.0/16
34.3.0.0/23
@quyleanh
quyleanh / .tmux.conf
Created June 7, 2022 18:05
Default config for tmux
# Bind escape to copy mode
#unbind [
#bind Escape copy-mode
# p = paste
unbind p
bind p paste-buffer
# no escape delay
set -sg escape-time 0
@quyleanh
quyleanh / vn_and_private_ipv4_block.txt
Created March 2, 2022 10:04
IP blocks for Vietnam (VN) region and IPv4 private IP addresses
192.168.0.0/16
172.16.0.0/12
10.0.0.0/8
1.52.0.0/14
14.0.16.0/20
14.160.0.0/11
14.224.0.0/11
27.0.12.0/22
27.0.240.0/22
27.2.0.0/15
@quyleanh
quyleanh / Kien_nho.vb
Created March 25, 2021 02:21
Kien_nho.vb
Sub ConvertMergedCell()
If Selection.MergeCells Then
Dim SelAddr As String
SelAddr = Selection.Address
Selection.Copy
Range("GH1").PasteSpecial xlPasteAll
Range(SelAddr).Select
@quyleanh
quyleanh / Kien_nho_2.vb
Created March 25, 2021 02:19
Kien_nho_2.vb
Dim searchStr As String
Dim searchFlag As Boolean
Dim shapeList() As Shape
Dim resultID As Integer
Private Sub GetData()
If searchStr <> SearchShapeUF.TextBox1.Value Then
searchStr = SearchShapeUF.TextBox1.Value
searchFlag = False
End If
End Sub
@quyleanh
quyleanh / SpaceVimProfileLog.txt
Last active September 14, 2020 12:11
SpaceVim Profile Log
FUNCTION SpaceVim#plugins#enable_plug()
Defined: ~/.SpaceVim/autoload/SpaceVim/plugins.vim line 268
Called 1 time
Total time: 0.000002
Self time: 0.000002
count total (s) self (s)
1 0.000002 return g:_spacevim_neobundle_installed || g:_spacevim_dein_installed || g:_spacevim_vim_plug_installed
FUNCTION <SNR>198_filereadable()