Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no local userscripts will run #1647

Closed
paulwratt opened this issue Nov 16, 2022 · 8 comments
Closed

no local userscripts will run #1647

paulwratt opened this issue Nov 16, 2022 · 8 comments

Comments

@paulwratt
Copy link

paulwratt commented Nov 16, 2022

none of my local userscripts will run after the last update (yesterday). They are all in the list, and it says they are all enabled, but disable/re-enable and a page reload does nothing.

although they all have remote locations (homepage), they were all saved and edited locally (if that makes a difference)

EDIT:
I thought I'd check Convert CDATA sections into a browser compatible format is set, but eslint is showing null - Parsing error: unexpected token <. here is one of the pieces of code:

    pwt_gmailCSS=(<><![CDATA[
body {
  background-color: #121212 !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
table.h tr {
  background-color: white !important;
}
]]></>).toString();

TamperMonkey:
4.18.1 (2022-11-13)
Browser: (from the about box)
Version 92.0.4515.98 (Official Build) Built on Raspbian , running on Raspbian 10 (32-bit)
OS:
Raspbian 10 (32-bit) Buster (up-to-date)

here is the head of one that was working fine up until Yesterday (I rebooted yesterday), before Tampermonkey update

// ==UserScript==
// @name         Multi-select Gmail HTML
// @namespace    paulwratt.gmail
// @version      1.10.7
// @description  add the missing "select all" checkbox, and full labels, for the HTML (fast) version of Gmail
// @author       paul.wratt@gmail.com
// @icon         data:image/gif;base64,{ ** let me know if you need this ** }
// @homepage     https://paulwratt.github.io/gmail-html-pwtools/
// @include      https://mail.google.com/mail/u/*/h/*
// @run-at       document-end
// @grant        GM_addStyle
// ==/UserScript==
@paulwratt
Copy link
Author

They just started working ... ???

nope stopped again ..

@derjanb
Copy link
Member

derjanb commented Nov 16, 2022

Please check whether this solves the issue.

@paulwratt
Copy link
Author

paulwratt commented Nov 16, 2022

OK, I just used the second method mentioned in that Issue link (disable, quit, start, re-enable), and that seems to have "fixed the issue" (they all seem to be functioning correctly, and without fail).

If nothing else changes in the next 2 hours I'll close this ..

BTW can we get any comment on "why"? Hmm.. I see Chrome is to blame, but this Chrome has not been updated since before TamperMonkey was installed, maybe once about 9/10 months ago ..

@derjanb
Copy link
Member

derjanb commented Nov 16, 2022

Please see #1617 (comment)

@paulwratt paulwratt reopened this Nov 21, 2022
@paulwratt
Copy link
Author

nup its broken again

@paulwratt
Copy link
Author

and now the above fix does not work either ..

@derjanb
Copy link
Member

derjanb commented Nov 21, 2022

nup its broken again

What changed? Tampermonkey was updated? Chrome was updated? If so, what are the version numbers?

@derjanb
Copy link
Member

derjanb commented Mar 9, 2023

Please try the BETA version and re-open if the issues still happens. https://chrome.google.com/webstore/detail/tampermonkey-beta/gcalenpjmijncebpfijmoaglllgpjagf

@derjanb derjanb closed this as not planned Won't fix, can't repro, duplicate, stale Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants