Skip to content

Instantly share code, notes, and snippets.

View aabedraba's full-sized avatar

Abdallah Abedraba aabedraba

View GitHub Profile
@ewen-lbh
ewen-lbh / remove_deployments_tab.py
Last active September 14, 2023 01:48
Remove the "Deployments" tab from github.com
"""
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
import bcrypt from 'bcryptjs/dist/bcrypt.js'
export async function handleRequest(request) {
let salt = bcrypt.genSaltSync(12)
let hash = bcrypt.hashSync("fsadfas", salt)
return new Response(hash)
}
h scroll left
j scroll down
k scroll up
l scroll right
gg scroll to top of the page
G scroll to bottom of the page
f activate link hints mode to open in current tab
F activate link hints mode to open in new tab
r reload