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
diff --git a/browser/components/extensions/ExtensionBrowsingData.jsm b/browser/components/extensions/ExtensionBrowsingData.jsm | |
--- a/browser/components/extensions/ExtensionBrowsingData.jsm | |
+++ b/browser/components/extensions/ExtensionBrowsingData.jsm | |
@@ -46,7 +46,10 @@ class BrowsingDataDelegate { | |
const PREF_DOMAIN = "privacy.cpd."; | |
// The following prefs are the only ones in Firefox that match corresponding | |
// values used by Chrome when rerturning settings. | |
- const PREF_LIST = ["cache", "cookies", "history", "formdata", "downloads"]; | |
+ // HK | |
+ //const PREF_LIST = ["cache", "cookies", "history", "formdata", "downloads"]; |
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 Stackoverflow cleanup | |
// @description Remove the right sidebar, left sidebar, post form, footer, cookie consent. Based on https://greasyfork.org/users/293891. | |
// @version 1 | |
// @grant none | |
// @include http*://stackoverflow.com/questions/* | |
// @include http*://serverfault.com/questions/* | |
// @include http*://superuser.com/questions/* | |
// @include http*://stackapps.com/questions/* | |
// @include http*://meta.stackoverflow.com/questions/* |
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 Remove twitter Promoted | |
// @namespace Violentmonkey Scripts | |
// @match https://twitter.com/* | |
// @grant none | |
// @version 1.0 | |
// @author hinxx | |
// @description Removes the Promoted tweets from twitter timeline | |
// ==/UserScript== |
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 Stackoverflow cleanup | |
// @description Remove the right sidebar, left sidebar, post form, footer, cookie consent. Based on https://greasyfork.org/users/293891. | |
// @version 1 | |
// @grant none | |
// @include http*://stackoverflow.com/questions/* | |
// @include http*://serverfault.com/questions/* | |
// @include http*://superuser.com/questions/* | |
// @include http*://stackapps.com/questions/* | |
// @include http*://meta.stackoverflow.com/questions/* |
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
get lspci working: | |
/etc/default/grub: | |
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" | |
#HK https://www.linuxquestions.org/questions/slackware-14/fundamental-issues-with-current-on-new-laptop-4175624289/ | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=! acpi_osi=\"Windows 2009\"" | |
run: |