Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Log in
What's new
Search
Latest activity
Menu
Log in
Install the app
Install
Home
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Costas's latest activity
C
Costas
replied to the thread
bookmarklet constructor
.
iterate elements info $$('article>.info').forEach(function(e) { var h = e.querySelector('a').href; var hTitlr =...
Oct 12, 2022
C
Costas
replied to the thread
bookmarklet constructor
.
If the first character of an identifier is numeric, you need to escape it //src - https://stackoverflow.com/a/20306237...
Oct 12, 2022
C
Costas
posted the thread
Why All Women Are Crazy (The Dorothy Syndrome)
in
women
.
So, let’s get it out of the way — all women are crazy. And all men are assholes, but that’s a subject for another time. We’re focusing...
Oct 12, 2022
C
Costas
posted the thread
What people should know about detoxification
in
explained
.
Detoxification, or detox, refers to the process of removing toxins from the body. A toxin can be anything that not only have no...
Oct 12, 2022
C
Costas
posted the thread
From Vue to Alpine.js: Our Journey
in
vue
.
https://www.tim-kleyersburg.de/articles/from-vue-to-alpinejs/ home https://alpinejs.dev/ -- v2.x - quick example...
Oct 9, 2022
C
Costas
replied to the thread
bookmarklet constructor
.
this is an example on how to iterate whole HTML (LIVE) example based on any article for https://www.theatlantic.com/ finds the main...
Oct 9, 2022
C
Costas
replied to the thread
Just Get More Fiber!
.
Can Quercetin Help Heal a Leaky Gut? Think about your body as a donut and the digestive tract is the donut hole – technically, not “in”...
Oct 8, 2022
C
Costas
posted the thread
A bold effort to cure HIV-using CRISPR
in
crispr
.
https://www.wired.com/story/a-bold-effort-to-cure-hiv-using-crispr/
Oct 8, 2022
C
Costas
posted the thread
MySQL NSERT OR UPDATE + INSERT IGNORE
in
sql
.
INSERT INTO table (id, name, age) VALUES(1, "A", 19) ON DUPLICATE KEY UPDATE name="A", age=19...
Oct 8, 2022
C
Costas
posted the thread
How To Inject JavaScript And CSS (chrome addon)
in
bookmarklet
.
https://github.com/saeedkohansal/Injector-Extension/blob/main/Injector%20Extension/app.js
Oct 7, 2022
C
Costas
posted the thread
ycombinator + feedjunkie + reddit bookmarklet
in
bookmarklet
.
javascript:(function(){ var arr = ''; if (window.location.hostname.includes("ycombinator.com")) {...
Oct 7, 2022
C
Costas
posted the thread
bookmarklet constructor
in
bookmarklet
.
http://js.do/blog/bookmarklets/ https://caiorss.github.io/bookmarklet-maker/ or manually remove all comments copy and paste the code...
Oct 7, 2022
C
Costas
posted the thread
servicenow - update ticket list without reloading the page
in
bookmarklet
.
useful when the admin hides this option (exists by default) javascript:(function(){...
Oct 7, 2022
C
Costas
posted the thread
mod_wasm - Run WebAssembly with Apache
in
other
.
https://wasmlabs.dev/articles/apache-mod-wasm/ Postgres WASM https://supabase.com/blog/postgres-wasm
Oct 3, 2022
C
Costas
posted the thread
Cool HTML Elements Nobody Uses
in
other
.
<meter min="0" max="100" low="25" high="75" optimum="80" value="50" ></meter> <p> The <strong ,Pythagorean theorem- strong- is often...
Oct 3, 2022
Home
Top