Skip to content

Commit

Permalink
Change block pattern for more simple preg match parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
On1x committed Apr 9, 2024
1 parent a24f549 commit d672bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if(null!=localStorage.getItem(storage_prefix+'sync_cloud_update')){
var preview_url='https://readdle.me/preview/';

var account_pattern=/@[a-z0-9\-\.]*/g;
var block_pattern=/\/([0-9]+)\//g;
var block_pattern=/\/([0-9]+)/g;

var install_event;
window.addEventListener('beforeinstallprompt',(e)=>{
Expand Down

0 comments on commit d672bb0

Please sign in to comment.