- close firefox
- backup and delete all files starting with places.sqlite from firefox's directory
- restart firefox and go to about:config
- set services.sync.history.lastSync to 0
- sync now
- wait for all history to be redownloaded
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== | |
// @id org.userscripts.users.kuehlschrank.4chanFileAge | |
// @name 4chan: File Age | |
// @description Converts 4chan file names like 1276731803495.jpg to corresponding dates so you can see when the image was originally posted. | |
// @author kuehlschrank | |
// @version 2017.01.30 | |
// @include http*://boards.4chan.org/* | |
// ==/UserScript== | |
/* original source @ http://userscripts-mirror.org/scripts/review/94520 */ |
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 4chanimgfix | |
// @namespace Hiroshima Nagasaki | |
// @author Anonymous | |
// @match *://boards.4chan.org/* | |
// @grant none | |
// ==/UserScript== | |
var a_scan = document.getElementsByClassName("fileThumb"); | |
var hiroshima, nagasaki; |
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
#!/bin/sh | |
set -e | |
echo "IPFS local gateway must be running!!!" | |
go get -u -v github.com/whyrusleeping/gx && go get -u -v github.com/whyrusleeping/gx-go | |
go get -v -u -d github.com/ipfs/go-ipfs && cd $GOPATH/src/github.com/ipfs/go-ipfs | |
ln -sf $GOPATH/bin/gx $(grep gx_bin= Makefile | cut -d'=' -f2) | |
ln -sf $GOPATH/bin/gx-go $(grep gx-go_bin= Makefile | cut -d'=' -f2) | |
export IPFS_API=localhost:8080 | |
make install |
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 Nyaa Magnet Links | |
// @author Kizuna | |
// @version 1.0.4 | |
// @include http://*.nyaa.se/* | |
// @include https://*.nyaa.se/* | |
// @description Adds magnet links to Nyaa.se for convenience | |
// @run-at document-end | |
// @namespace https://greasyfork.org/users/4706-kizuna | |
// @grant none |
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
BehindTheOverlay | |
Classic Theme Restorer | |
Decentaleyes | |
Session Manager | |
Greasemonkey | |
Image Search Options | |
Open Image In New Tab | |
Open Link in Silent Tab | |
Passive Cache | |
uBlock Origin |
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
import urllib2 | |
import socket | |
import sys | |
from StringIO import StringIO | |
import gzip | |
SINKHOLE = '127.0.0.1' | |
SOURCES =\ | |
( | |
"http://adaway.org/hosts.txt", |
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 Block youtube users | |
// @namespace #perunaonparas | |
// @include *youtube.com/* | |
// @exclude *my_videos* | |
// @grant GM_getValue | |
// @grant GM_setValue | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// @version 2.992 |
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
[ImageSearchOptions] | |
Google image search|0|1|http://www.google.com/favicon.ico;;;1|1|1|1;;;0;;;http://www.google.com/searchbyimage;;;image_url=::$URL::;;;?|&;;;0;;;http://www.google.com/searchbyimage/upload;;;encoded_image=::$IMGDATA::;;;?|&;;;1 | |
Regex Search|0|1|chrome://ImageSearchOptions/content/images/Regex.png;;;0|1|0|1;;;9;;;http://regex.info/exif.cgi;;;url=::$LURL::;;;?|&;;;0;;;http://regex.info/exif.cgi;;;url=::$URL::;;;?|&;;;0 | |
Yandex Search|0|1|chrome://ImageSearchOptions/content/images/Yandex.png;;;0|1|0|1;;;7;;;http://images.yandex.ru/yandsearch;;;rpt=imagedups|img_url=::$URL::;;;?|&;;;0;;;http://images.yandex.ru/yandsearch;;;rpt=imagedups|img_url=::$URL::;;;?|&;;;0 | |
TinEye Search|0|1|chrome://ImageSearchOptions/content/images/TinEye.png;;;0|1|1|1;;;3;;;http://www.tineye.com/search/;;;url=::$URL::;;;?|&;;;0;;;http://www.tineye.com/search/;;;image=::$IMGDATA::;;;?|&;;;1 | |
IQDB Search|0|1|chrome://ImageSearchOptions/content/images/IQDB.png;;;0|1|1|1;;;2;;;http://iqdb.org;;;url=::$URL::;;;?|&;;;0;;;http:/ |
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
#horrible chromeshit | |
browser.tabs.onTop = false | |
#disable bloat | |
webgl.disabled = true | |
media.peerconnection.enabled = false | |
dom.battery.enabled = false | |
#should improve performance | |
network.http.pipelining = true |
NewerOlder