Skip to content

Instantly share code, notes, and snippets.

View HUYDGD's full-sized avatar
🎯
Focusing

HUYDGD HUYDGD

🎯
Focusing
View GitHub Profile
@HUYDGD
HUYDGD / force-ctrl-c-v.md
Created October 2, 2024 04:47 — forked from Gustavo-Kuze/force-ctrl-c-v.md
Enable copy and paste in a webpage from the browser console
javascript:(function(){
  allowCopyAndPaste = function(e){
  e.stopImmediatePropagation();
  return true;
  };
  document.addEventListener('copy', allowCopyAndPaste, true);
  document.addEventListener('paste', allowCopyAndPaste, true);
  document.addEventListener('onpaste', allowCopyAndPaste, true);
})(); 
@HUYDGD
HUYDGD / subs.md
Created August 3, 2024 02:59 — forked from tatsumoto-ren/subs.md
Japanese Subtitles

📓 Table of Contents 📚 Resources ✉️ Chat


kitsunekko.net jp subtitles

A large repository of japanese subtitles that is updated reasonably often and has a clean design.| The most popular one, you can upload your own subs.| Often have to be retimed.

@HUYDGD
HUYDGD / InstallingXRDP.md
Created December 6, 2023 10:26 — forked from valorad/InstallingXRDP.md
Installing xrdp

Ubuntu:

sudo apt install xrdp 
sudo adduser xrdp ssl-cert 
sudo systemctl restart xrdp

Fedora:

@HUYDGD
HUYDGD / hosts
Created August 18, 2023 08:16
Block Adobe Hosts \drivers\etc\hosts
# This file is just a list of hosts to prevent adobe activation.
# For more protection, like blocking Adware, Malware, FakeNews,
# Gambling, Porn or Social, go to https://github.com/StevenBlack/hosts
#
# To easily manage multiple host databases, use Hostman.
# http://www.abelhadigital.com/hostsman/
# Or just copy that file to
# "C:\Windows\System32\drivers\etc"
# =================================