everyone should add the following Javascript code to their tempormonkey script. it's really annoying how many websites don't let you copy paste your password in the name of "Security".

document.querySelectorAll('input, textarea').forEach(el => {
  el.onpaste = null;
  el.oncopy = null;
  el.oncut = null;
  el.onkeydown = null;
});

#javascript #programming
GitHub - standard/standard: 🌟 JavaScript Style Guide, with linter & automatic code fixer

🌟 JavaScript Style Guide, with linter & automatic code fixer - standard/standard

GitHub
Gray seals, apparently inspired by shark week reruns, are now serving up "corkscrew" specials on the seal menu. 🍴🔪 But don't worry, you can't read the details without enabling #JavaScript and cookies—because who needs security when there's a seal buffet to discuss? 🙄
https://www.science.org/content/article/scientists-id-corkscrew-killer-behind-gruesome-seal-deaths #sealbufet #GraySeals #sharkweek #corkscrew #cookies #HackerNews #ngated

おはようございます。

Qiitaに記事を公開しました。

IMEなしの日本語サジェスト実装メモ:実務で使える4つのTips

Zenn版のエッセイ調とは別アングルで、Tips集形式にまとめた版。実装で詰まったポイントを4つに整理しています。

https://qiita.com/Rapls/items/868df2f859df470d86e9

#JavaScript #Qiita

IMEなしの日本語サジェスト実装メモ:実務で使える4つのTips(+番外編1つ) - Qiita

この記事は、自ブログ Rapls Works で公開した記事を、Qiita 向けに 5 つの Tips 集 として大幅に再構成・加筆したものです。実装の細かい背景やエッセイは元記事を、続編 (UI 実装版) は Rapls Works の Part 2 をご覧ください。 ...

Qiita
×

OpenLayers Project Charts New Course with v10.9.0, While Legacy Codebase Remains Accessible

OpenLayers v10.9.0 is now available. This update adds OGCMap and GeoZarr support for developers. Learn how these changes affect your map projects today.

#openlayers, #webmapping, #geospatial, #codingupdates, #javascript

https://newsletter.tf/openlayers-v10-9-0-update-features/