removed amazon smile redirect script, since they're shutting it down
This commit is contained in:
parent
defbc1320f
commit
96e4862939
|
@ -48,8 +48,8 @@ cmp.setup {
|
||||||
preselect = cmp.PreselectMode.None,
|
preselect = cmp.PreselectMode.None,
|
||||||
confirmation = { get_commit_characters = function(_) return {} end },
|
confirmation = { get_commit_characters = function(_) return {} end },
|
||||||
sources = {
|
sources = {
|
||||||
{ name = 'luasnip' },
|
|
||||||
{ name = 'nvim_lsp' },
|
{ name = 'nvim_lsp' },
|
||||||
|
{ name = 'luasnip' },
|
||||||
{ name = 'buffer' },
|
{ name = 'buffer' },
|
||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
// ==UserScript==
|
|
||||||
// @name Redirect-Amazon
|
|
||||||
// @namespace code.sitosis.com
|
|
||||||
// @version 1.0
|
|
||||||
// @description Rediret Amazon
|
|
||||||
// @author rudism
|
|
||||||
// @match https://www.amazon.com/*
|
|
||||||
// @match https://amazon.com/*
|
|
||||||
// @grant none
|
|
||||||
// @run-at document-start
|
|
||||||
// ==/UserScript==
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
'use strict';
|
|
||||||
top.location.hostname = "smile.amazon.com";
|
|
||||||
})();
|
|
Loading…
Reference in New Issue