Last Updated: October 7, 2025
HeatSync Labs ("we," "our," or "us") operates the HeatSync Labs mobile application (the "App"). This Privacy Policy explains how we collect, use, and protect your information when you use our App.
Last Updated: October 7, 2025
HeatSync Labs ("we," "our," or "us") operates the HeatSync Labs mobile application (the "App"). This Privacy Policy explains how we collect, use, and protect your information when you use our App.
I got tired of seeing the "animated" posts, that really didn't interest me, so I created this custom filter to hide them.
www.youtube.com##ytd-item-section-renderer > div:-abp-has(span:-abp-contains(Latest YouTube posts))
| # AdAway default blocklist Mirror | |
| # Blocking mobile ad providers and some analytics providers | |
| # | |
| # Contribute: | |
| # Create an issue at https://github.com/AdAway/AdAway/issues | |
| # | |
| # Changelog: | |
| # | |
| 127.0.0.1 localhost |
| function prepareSubmit(form) { | |
| // Extract the fragment from the browser's current location. | |
| if (self.document.location.hash.indexOf('%00')) { | |
| self.document.location.hash = self.document.location.hash.replace('%00', '{{casnull}}'); | |
| } | |
| var hash = decodeURIComponent(self.document.location.hash); | |
| if (hash.indexOf('{{casnull}}')) { |
mkdir -p src/main/webappmkdir -p src/main/resourcestouch ./src/main/resources/custom_messages.properties - unique messagesmkdir -p ./src/main/resources/staticmkdir -p ./src/main/resources/static/css| 'use strict'; | |
| /** | |
| * Requirements: Node.js | |
| * | |
| * Steps to use this file: | |
| * 1. Save this into the ~/uPortal/uportal-war/src/main/webapp/media/skins/respondr directory | |
| * 2. Install gulp 'npm install -g gulp' | |
| * 3. Run 'npm install' to load the dependencies needed | |
| * 4. Run 'gulp less' and see if there are any errors. |
I hereby claim:
To claim this, I am signing this object:
| // light text, dark background | |
| .contrast-check (@color; @bgcolor) when (lightness(@color) >= 50%) and (lightness(@bgcolor) < 50%) { | |
| color: @color; | |
| background-color: @bgcolor | |
| } | |
| // light text, light background | |
| .contrast-check (@color; @bgcolor;) when (lightness(@color) >= 50%) and (lightness(@bgcolor) >= 50%) { | |
| color: contrast(@color, @color, lighten(@color, 60%)); | |
| background-color: @bgcolor | |
| } |
| var gulp = require('gulp'), | |
| gutil = require('gulp-util'), | |
| exec = require('gulp-exec'), | |
| less = require('gulp-less'), | |
| path = require('path'), | |
| map = require('vinyl-map'), | |
| cat = require('gulp-cat'), | |
| fs = require('fs'); | |
| var settings = { |