How to make an application icon for macOS using
iconset
&iconutil
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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"); |