Monday, November 11, 2024

Shortcut

 1. To edit text of websites open website inspect:

console > document.designmode = 'on'

2. Open github code in vsCode:

on link replace github.com to github.dev

and it will open in vscode

No comments:

Post a Comment

SQL Commands

  -- 1. Create table for single words CREATE TABLE single_words (     id INTEGER PRIMARY KEY AUTOINCREMENT,     word TEXT,     bangla TEXT )...