Last active
March 22, 2020 15:58
-
-
Save liuderchi/b95f41d82235dd792b48dae4c83f62a8 to your computer and use it in GitHub Desktop.
Revisions
-
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,4 @@ // unmap('gp', /github\.com/i ); // https://github.com/brookhong/surfingkeys#properties-list settings.blacklistPattern = /^https?:\/\/github\.com\/.?/; -
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,5 @@ // unmap('gc', /github\.com/i ); // unmap('gp', /github\.com/i ); // https://github.com/brookhong/surfingkeys#properties-list settings.blacklistPattern = /^https?:\/\/github\.com\/; -
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ // unmap('gc', /github\.com/i ); // unmap('gp', /github\.com/i ); settings.blacklistPattern = /^http.+github\.com\/.*/; -
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ // trigger settings edit UI using `se` // ref https://github.com/brookhong/surfingkeys#edit-your-own-settings // unmap('gc', /github\.com/i ); // unmap('gp', /github\.com/i ); settings.blacklistPattern = /github\.com/i; -
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,3 +2,4 @@ // ref https://github.com/brookhong/surfingkeys#edit-your-own-settings unmap('gc', /github\.com/i ); unmap('gp', /github\.com/i ); -
liuderchi revised this gist
Mar 22, 2020 . No changes.There are no files selected for viewing
-
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ // trigger settings edit UI using `se` // ref https://github.com/brookhong/surfingkeys#edit-your-own-settings unmap('gc', /github\.com/i ); -
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ // ref https://github.com/brookhong/surfingkeys#edit-your-own-settings unmap('gc', /github\.com/i ); -
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ // ref https://github.com/brookhong/surfingkeys#edit-your-own-settings unmap('gc', { domain: /github\.com/i }); -
liuderchi revised this gist
Mar 22, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ // ref https://github.com/brookhong/surfingkeys#edit-your-own-settings unmap('gc', { domain: /playpcesor\.com/i }); -
liuderchi created this gist
Mar 22, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ // ref https://github.com/brookhong/surfingkeys#edit-your-own-settings unmap('gc');