Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
const useList = false; | |
const curNote = dv.current(); | |
if (!curNote){ | |
dv.span("The current document is not loaded, please reopen it."); | |
return; | |
} | |
let tarFile = await app.vault.getAbstractFileByPath(curNote.file.path); | |
// Get the meta data of the current file | |
const curFileMeta = app.metadataCache.getFileCache(tarFile); | |
const headings = curFileMeta.headings; |
package com.sam016.vsflatomation.service.ble; | |
import java.util.HashMap; | |
import java.util.UUID; | |
public class AllGattCharacteristics { | |
private static HashMap<String, String> attributes = new HashMap(); | |
static { | |
attributes.put("00002a00-0000-1000-8000-00805f9b34fb", "Device Name"); |
@Composable | |
fun LineChart( | |
labelsXAxis: List<String>, | |
dataPointsYAxis: List<Float>, | |
modifier: Modifier = Modifier, | |
textColor: Color = AppTheme.Dark, | |
axisSpacing: Float = 60f, | |
maxDataPoints: Int = 35// Count for X Axis Data | |
) { |
layout | title | published | tags | |||
---|---|---|---|---|---|---|
post |
Tampermonkey ad-blocker |
true |
|
This ad-blocker script for Tampermonkey won't trigger an adblock-block / adblock-detector script and so you could use it for pages that are annoying you with "please turn of your adblock" messages. It's just hiding the ads and don't try to intercept the requests or remove the ads at all. So it don't make the websites faster, but it makes them cleaner and easier to read.
This script is not a generic solution and has to be configured for every website it should clean up. I don't provide configs for pages, just use your browser developer-tools to find the elements you want remove or click.
// ==UserScript== | |
// @name mf-adblock | |
// @namespace none | |
// @version 0.7 | |
// @description A basic anti-adblock workaround that can remove or click elements on a website | |
// @author DerFichtl, with major improvements by Firepup650 | |
// @match https://*/* | |
// @icon https://getadblock.com/favicon.ico | |
// @grant none | |
// @noframes |
import os | |
import json | |
import sys | |
import concurrent.futures | |
import requests | |
import pprint | |
import shutil | |
######## INITIAL SETUP ######## | |
# Define the token, download path, and target category |
DISCLAIMER : this isn't really an awesome list, I don't care about guidelines, rules and etc. so I don't bother make a real repo and a real pull request.
This list uses the power of my advanced Google Play search engine to get some free, in-app-free and ad-free apps from it.
This gist contains service descriptors which may be used to automatically start and re-start Minecraft servers using systemd. This allows proper control of your server startup on modern Linux distributions and will automatically manage all required tasks on startup for you.