Skip to content

Instantly share code, notes, and snippets.

@gitatmax
gitatmax / fakespot.js
Last active January 29, 2023 18:23 — forked from jeregrine/fakespot.js
Add a Fakespot Link to Amazon Product Pages
// ==UserScript==
// @name Fakespot Amazon
// @version 1
// @match https://*.amazon.com/*
// ==/UserScript==
const url = "https://www.fakespot.com/analyze?url="+ encodeURIComponent(window.location)
window.addEventListener('load', () => {
let ratings = document.getElementById("averageCustomerReviews_feature_div");
@gitatmax
gitatmax / macos-app-icon.md
Created March 5, 2022 00:18 — forked from jamieweavis/macos-app-icon.md
How to create an .icns macOS app icon
@gitatmax
gitatmax / Chromium-at-startup.md
Created February 27, 2022 02:10 — forked from rampfox/Chromium-at-startup.md
How to open Chromium in full screen at startup on the Raspberry Pi

First, it seems that ~/.config/lxsession/LXDE-pi/autostart does not exist by default.

  1. copy the autostart
cp /etc/xdg/lxsession/LXDE-pi/autostart ~/.config/lxsession/LXDE-pi/