Skip to content

Instantly share code, notes, and snippets.

View vitogit's full-sized avatar

vitogit (Alvaro) vitogit

View GitHub Profile
@vitogit
vitogit / hn_seach_input_filter.js
Last active February 1, 2018 23:35 — forked from kristopolous/hn_seach.js
Add an input search to filter comments from Hacker News
/*Copy this code to the console in HN and it will show a Search filter that you can use to filter the posts from HN*/
function query() {
var
// HN is done with very unsemantic classes.
job_list = Array.prototype.slice.call(document.querySelectorAll('.c5a,.cae,.c00,.c9c,.cdd,.c73,.c88')),
query_list = Array.prototype.slice.call(arguments),
shown = 0, total = job_list.length;
// Traverses up the dom stack trying to find a match of a specific class
<template>
<div id="app">
<h1>Simple Chessboard with legal moves</h1>
<chessboard ref="cb"/>
</div>
</template>
<script>
import {chessboard} from 'vue-chessboard'
import 'vue-chessboard/dist/vue-chessboard.css'
@vitogit
vitogit / pgn
Created May 13, 2022 18:51
tactics
[Event "<1700 Rapid Arena"]
[Site "https://lichess.org/13Q4NqCj"]
[Date "2019.11.01"]
[White "PedrosF1"]
[Black "artemchampion"]
[Result "1-0"]
[UTCDate "2019.11.01"]
[UTCTime "08:47:32"]
[WhiteElo "1417"]
[BlackElo "1678"]