Skip to content

Instantly share code, notes, and snippets.

@thisismegopi
thisismegopi / script.js
Created February 4, 2026 02:08
kite-watchlist-screener-link
const addScreenerLinks = () => {
document.querySelectorAll('.symbol-wrapper .symbol .name').forEach(nameEl => {
if (nameEl.nextElementSibling?.classList.contains('screener-link')) return;
const symbol = nameEl.textContent.trim();
const link = document.createElement('a');
link.href = `https://www.screener.in/company/${symbol}/consolidated/`;
link.textContent = '📊';
link.target = '_blank';
Getting Started with react
1. https://react.dev/
2. https://vitejs.dev/
3. https://nextjs.org/
Routing
1. https://reactrouter.com/en/main
2. https://tanstack.com/router/v1
3. https://nextjs.org/docs/app/building-your-application/routing
<select name="dialcode" data-js="country-dialcode-dd">
<option data-countryCode="ar" value="+54">&#x1F1E6&#x1F1F7 Argentina (+54)</option>
<option data-countryCode="au" value="+61">&#x1F1E6&#x1F1FA Australia (+61)</option>
<option data-countryCode="at" value="+43">&#x1F1E6&#x1F1F9 Austria (+43)</option>
<option data-countryCode="bh" value="+973">&#x1F1E7&#x1F1ED Bahrain (+973)</option>
<option data-countryCode="be" value="+32">&#x1F1E7&#x1F1EA Belgium (+32)</option>
<option data-countryCode="bw" value="+267">&#x1F1E7&#x1F1FC Botswana (+267)</option>
<option data-countryCode="bg" value="+359">&#x1F1E7&#x1F1EC Bulgaria (+359)</option>
<option data-countryCode="ca" value="+1">&#x1F1E8&#x1F1E6 Canada (+1)</option>
<option data-countryCode="ky" value="+1345">&#x1F1F0&#x1F1FE Cayman Islands (+1345)</option>