Skip to content

Instantly share code, notes, and snippets.

Disable Pocket Integration in Firefox

Specific preferences are courtesy of /u/pxji of Reddit.

1. Copy the following text:

user_pref("browser.pocket.api", "0.0.0.0");
user_pref("browser.pocket.site", "0.0.0.0");
user_pref("browser.pocket.enabled", false);
user_pref("browser.toolbarbuttons.introduced.pocket-button", false);
// ==UserScript==
// @name Sankaku Fast Image Viewer
// @namespace faleij
// @description View full image without being redirected
// @include http://*.sankakucomplex.com*
// @include https://*.sankakucomplex.com*
// @grant GM_getResourceText
// @grant GM_getValue
// @grant GM_setValue
// @version 3.21
# Maintainer: Ferk <ferkiwi at gmail.com>
# Contributor: Shizeeque Unadequatov <shizeeque@gmail.com>
pkgname=imlib2-webp-git
_gitname=imlib2-webp
pkgver=20131015
pkgrel=1
pkgdesc='A WebP loader for Imlib2. Enables WebP support for every application that uses the imlib2 library.'
arch=('i686' 'x86_64')
url='http://www.hauweele.net/~gawen/imlib2-webp.html'
#!/bin/bash
#This script is best used if modified for each person
#The install can quickly completed if there is a local mirror.
#on an existing arch install, run: darkhttpd /var/cache/pacman/pkg/
#then set LOCALMIRROR to point to that machine
#It's okay if errors come up, pacman will resolve them.
export LOCALMIRROR="Server = http://192.168.1.4:8080"
export MIRRORLIST="/etc/pacman.d/mirrorlist"
#!/bin/bash
#This script is best used if modified for each person
#The install can quickly completed if there is a local mirror.
#on an existing arch install, run: darkhttpd /var/cache/pacman/pkg/
#then set LOCALMIRROR to point to that machine
#It's okay if errors come up, pacman will resolve them.
export LOCALMIRROR="Server = http://192.168.1.4:8080"
export MIRRORLIST="/etc/pacman.d/mirrorlist"