Skip to content

Instantly share code, notes, and snippets.

@corvusdeinanis
corvusdeinanis / NOTEification.prj.xml
Created April 11, 2024 19:53
NOTEification.prj.xml
<TaskerData sr="" dvi="1" tv="6.2.22">
<Profile sr="prof33" ve="2">
<cdate>1712424671338</cdate>
<edate>1712840151377</edate>
<flags>8</flags>
<id>33</id>
<mid0>2</mid0>
<nme>Time</nme>
<Time sr="con0">
<fh>8</fh>
@corvusdeinanis
corvusdeinanis / index.html
Created October 20, 2023 18:28
responsive semantic navbar 2
<script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script>
<header>
<input type="checkbox" id="toggle-menu">
<label class="menu-icon" for="toggle-menu">
<a id="menu-icon">≡</a>
</label>
<nav>
<li><a href=""> Home </a></li>
<li><a href=""> My Work </a></li>
<li><a href=""> About </a></li>
/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
box-sizing: border-box
}
:root {
-moz-tab-size: 4;
@corvusdeinanis
corvusdeinanis / adhd.json
Created May 7, 2023 11:52
Nomie 6 Templates and Trackers
{
"type": "template",
"id": "fab0dab3369f9854fb60eaeea4e8d70b",
"name": "adhd",
"description": null,
"version": "6.0.18",
"trackables": [
{
"type": "tracker",
"id": "#adhd_check",
@corvusdeinanis
corvusdeinanis / readme.md
Created December 9, 2022 20:48
Wikipedia Citation Remover Bookmarklet

Simple javascript bookmarklet to remove numbers and []s from a wikipedia entry to make copying text / reading text from it easier.

  1. Create a new bookmark in your browser
  2. Paste the code given below and save.
  3. Visit the article you want to "clean up".
  4. Click on the bookmarklet.

Voila, it's all cleaned up. Just refresh again and everything is back to normal.

@corvusdeinanis
corvusdeinanis / Wikipedia Citation Remover Bookmarklet
Created December 9, 2022 20:41
Simple javascript bookmarklet to remove the citation numbers.
javascript:function a (){document.body.innerHTML=document.body.innerHTML.replace(/<sup\b[^>]*>(.*?)%3C\/sup%3E/gi,%20%22%22%20);return;};%20a();
@corvusdeinanis
corvusdeinanis / index.html
Created April 29, 2022 16:31
Simple Diary App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Main Style Sheet -->
<link rel="stylesheet" href="main.css" />
<!-- Font Awesome -->
<link
rel="stylesheet"
@corvusdeinanis
corvusdeinanis / healing garden css experiment
Last active April 17, 2022 09:28
healing garden css experiment
ExoOMgg
-------
A [Pen](https://codepen.io/theorigins/pen/ExoOMgg) by [TheOrigins](https://codepen.io/theorigins) on [CodePen](https://codepen.io).
[License](https://codepen.io/license/pen/ExoOMgg).
@corvusdeinanis
corvusdeinanis / index.html
Created December 1, 2021 07:15
Parallax Slideshow
<div id="wrapper">
<section class="slideshow" id="js-header">
<div class="slideshow__slide js-slider-home-slide is-current" data-slide="1">
<div class="slideshow__slide-background-parallax background-absolute js-parallax" data-speed="-1" data-position="top" data-target="#js-header">
<div class="slideshow__slide-background-load-wrap background-absolute">
<div class="slideshow__slide-background-load background-absolute">
<div class="slideshow__slide-background-wrap background-absolute">
<div class="slideshow__slide-background background-absolute">
<div class="slideshow__slide-image-wrap background-absolute">
@corvusdeinanis
corvusdeinanis / flexbox-cards-final.markdown
Created November 16, 2021 13:58
Flexbox Cards - Final