Skip to content

Instantly share code, notes, and snippets.

View samliew's full-sized avatar
♾️

Sam Liew samliew

♾️
View GitHub Profile
{
"date_updated": "Mon, 09 Mar 2026 09:35:23 GMT",
"date_updated_at": 1773048923866,
"count": 349,
"data": [
{
"id": "abusiveexperiencereport",
"slug": "abusiveexperiencereport",
"name": "Abusive Experience Report API",
"doc": "https://developers.google.com/abusive-experience-report/v1/reference/rest",
email
https://mail.google.com/
https://www.googleapis.com/auth/adexchange.buyer
https://www.googleapis.com/auth/admin.chrome.printers
https://www.googleapis.com/auth/admin.datatransfer
https://www.googleapis.com/auth/admin.reports.audit.readonly
https://www.googleapis.com/auth/admob.readonly
https://www.googleapis.com/auth/adsense
https://www.googleapis.com/auth/adwords
https://www.googleapis.com/auth/analytics
/* no distractions */
body {
overflow-x: hidden;
overflow-y: auto;
}
#secondary,
#comments,
#related,
#info,
.html5-endscreen,
/**!
* MixItUp MultiFilter v3.3.4
* A UI-builder for powerful multidimensional filtering
* Build 6bbb142d-9851-4ca8-b6d4-f760362d93ec
*
* Requires mixitup.js >= v^3.1.2
*
* @copyright Copyright 2014-2018 KunkaLabs Limited.
* @author KunkaLabs Limited.
* @link https://www.kunkalabs.com/mixitup-multifilter/
@samliew
samliew / stackuserstyles.css
Last active May 7, 2018 00:32
Mod style improvements for Stack Exchange sites. Install Stylish (Chrome) here: https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe
@-moz-document domain("stackexchange.com"), domain("stackoverflow.com"), domain("serverfault.com"), domain("superuser.com"), domain("askubuntu.com"), domain("stackapps.com"), domain("mathoverflow.net") {
/* Mod interface styles */
#mod-history,
#chat-feature,
.module .more-info,
.module.t-flag,
.module.t-flag ~ .module,
#chat-feature ~ .module {
display: none;
}
@samliew
samliew / AutoReviewComments.txt
Last active June 30, 2020 10:59
Personal export of Auto Review Comments (https://github.com/Benjol/SE-AutoReviewComments)
###[Q,A] Rude/abusive
This is a friendly reminder to **[be nice](//$SITEURL$/help/be-nice)**. If any of you are not able to engage in civil discussion, please refrain from doing so and just move on.
###[Q,A] Flag for mod
When you have edited your post to fix the issue(s) mentioned above, you can flag for a moderator to review & undelete.
###[Q] Plagiarism
Incorrectly deleted for plagiarism? Please [raise a discussion on Meta $SITENAME$](https://$SITEURL$/questions/ask?tags=discussion+specific-question+plagiarism+moderators+deleted-answer&title=My+question+was+incorrectly+deleted+for+plagiarism)
###[A] Plagiarism
/*!
* fullPage 2.9.7
* https://github.com/alvarotrigo/fullPage.js
* @license MIT licensed
*
* Copyright (C) 2015 alvarotrigo.com - A project by Alvaro Trigo
*/
(function(global, factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
/*!
* Customized version of iScroll.js 0.0.7
* It fixes bugs affecting its integration with fullpage.js
*/
/*! iScroll v5.2.0 ~ (c) 2008-2016 Matteo Spinelli ~ http://cubiq.org/license */
(function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
window.mozRequestAnimationFrame ||
window.oRequestAnimationFrame ||
### Keybase proof
I hereby claim:
* I am samliew on github.
* I am samliew (https://keybase.io/samliew) on keybase.
* I have a public key whose fingerprint is 7348 E358 6995 C693 86F3 9EA8 6A77 CCE9 606D 629D
To claim this, I am signing this object:
/**
* Source: http://www.kodhus.com/kodity/land/kod/bXCBjh
*
* The stars in our starfield!
* Stars coordinate system is relative to the CENTER of the canvas
* @param {number} x
* @param {number} y
*
* Usage:
* var starField = new StarField('fullScreen').render(333, 3);